Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 25) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h58 #define EAGAIN 11 /* Try again */ macro
88 #define EWOULDBLOCK EAGAIN /* Operation would block */
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h58 #define EAGAIN 11 /* Try again */ macro
88 #define EWOULDBLOCK EAGAIN /* Operation would block */
/components/lwp/
A Dlwp_futex.c385 err = -EAGAIN; in _futex_cmpxchg_value()
452 rc = -EAGAIN; in _futex_wait()
453 rt_set_errno(EAGAIN); in _futex_wait()
595 return -EAGAIN; in _futex_lock_pi()
615 return -EAGAIN; in _futex_lock_pi()
656 err = -EAGAIN; in _futex_lock_pi()
757 rc = -EAGAIN; in lwp_futex()
852 case -EAGAIN: in _handle_futex_death()
A Dlwp_signal.c1378 return -EAGAIN; in lwp_thread_signal_timedwait()
1402 ret = -EAGAIN; in lwp_thread_signal_timedwait()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h89 #define EAGAIN 11 /* Try again */ macro
119 #define EWOULDBLOCK EAGAIN /* Operation would block */
/components/libc/compilers/common/extension/sys/
A Derrno.h84 #ifndef EAGAIN
85 #define EAGAIN (ERROR_BASE_NO + 11) macro
205 #define EWOULDBLOCK EAGAIN
/components/dfs/dfs_v2/src/
A Ddfs_seq_file.c150 return !seq->buf ? -ENOMEM : -EAGAIN; in dfs_seq_traverse()
201 while ((err = dfs_seq_traverse(seq, *pos)) == -EAGAIN) in dfs_seq_read()
348 while ((retval = dfs_seq_traverse(seq, offset)) == -EAGAIN); in dfs_seq_lseek()
/components/libc/posix/io/eventfd/
A Deventfd.c146 return -EAGAIN; in eventfd_read()
209 ret = -EAGAIN; in eventfd_write()
/components/libc/posix/pthreads/
A Dpthread_tls.c178 return EAGAIN; in pthread_key_create()
/components/utilities/rt-link/src/
A Drtlink_dev.c94 size = -EAGAIN; in rtlink_fops_read()
108 size = -EAGAIN; in rtlink_fops_write()
/components/lwp/terminal/freebsd/
A Dtty_pts.c752 return -EAGAIN; in pts_alloc()
759 return -EAGAIN; in pts_alloc()
796 return -EAGAIN; in pts_alloc()
/components/drivers/ipc/
A Dpipe.c248 len = -EAGAIN; in pipe_fops_read()
320 ret = -EAGAIN; in pipe_fops_write()
/components/libc/posix/io/timerfd/
A Dtimerfd.c144 rt_set_errno(EAGAIN); in timerfd_read()
145 return -EAGAIN; in timerfd_read()
/components/libc/posix/ipc/
A Dsemaphore.c513 rt_set_errno(EAGAIN); in sem_trywait()
/components/libc/posix/io/signalfd/
A Dsignalfd.c150 ret = -EAGAIN; in signalfd_read()
/components/net/at/at_socket/
A Dat_socket.c975 rt_set_errno(EAGAIN); in at_accept()
1091 rt_set_errno(EAGAIN); in at_recvfrom()
1108 rt_set_errno(EAGAIN); in at_recvfrom()
/components/net/lwip/lwip-1.4.1/
A DUPGRADING33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c777 return -EAGAIN; in nfs_open()
800 return -EAGAIN; in nfs_open()
/components/drivers/serial/
A Ddev_serial_v2.c167 rt_set_errno(EAGAIN); in serial_fops_read()
201 rt_set_errno(EAGAIN); in serial_fops_write()
A Ddev_serial.c163 size = -EAGAIN; in serial_fops_read()
/components/net/lwip/lwip-2.0.3/
A DUPGRADING132 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c501 size = -EAGAIN; in usbh_serial_fops_read()
/components/drivers/sdio/sdhci/
A Dsdhci.c857 return -EAGAIN; in rt_sdhci_start_signal_voltage_switch()
885 return -EAGAIN; in rt_sdhci_start_signal_voltage_switch()
2163 return -EAGAIN; in __sdhci_execute_tuning()
/components/net/lwip/lwip-2.1.2/
A DUPGRADING167 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c2374 …API_SELECT_CB_VAR_ALLOC(select_cb, set_errno(EAGAIN); lwip_poll_dec_sockets_used(fds, nfds); retur… in lwip_poll()
2389 set_errno(EAGAIN); in lwip_poll()

Completed in 55 milliseconds