| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | errno.h | 58 #define EAGAIN 11 /* Try again */ macro 88 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | errno.h | 58 #define EAGAIN 11 /* Try again */ macro 88 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /components/lwp/ |
| A D | lwp_futex.c | 385 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 D | lwp_signal.c | 1378 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 D | arch.h | 89 #define EAGAIN 11 /* Try again */ macro 119 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
| /components/libc/compilers/common/extension/sys/ |
| A D | errno.h | 84 #ifndef EAGAIN 85 #define EAGAIN (ERROR_BASE_NO + 11) macro 205 #define EWOULDBLOCK EAGAIN
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_seq_file.c | 150 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 D | eventfd.c | 146 return -EAGAIN; in eventfd_read() 209 ret = -EAGAIN; in eventfd_write()
|
| /components/libc/posix/pthreads/ |
| A D | pthread_tls.c | 178 return EAGAIN; in pthread_key_create()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink_dev.c | 94 size = -EAGAIN; in rtlink_fops_read() 108 size = -EAGAIN; in rtlink_fops_write()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_pts.c | 752 return -EAGAIN; in pts_alloc() 759 return -EAGAIN; in pts_alloc() 796 return -EAGAIN; in pts_alloc()
|
| /components/drivers/ipc/ |
| A D | pipe.c | 248 len = -EAGAIN; in pipe_fops_read() 320 ret = -EAGAIN; in pipe_fops_write()
|
| /components/libc/posix/io/timerfd/ |
| A D | timerfd.c | 144 rt_set_errno(EAGAIN); in timerfd_read() 145 return -EAGAIN; in timerfd_read()
|
| /components/libc/posix/ipc/ |
| A D | semaphore.c | 513 rt_set_errno(EAGAIN); in sem_trywait()
|
| /components/libc/posix/io/signalfd/ |
| A D | signalfd.c | 150 ret = -EAGAIN; in signalfd_read()
|
| /components/net/at/at_socket/ |
| A D | at_socket.c | 975 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 D | UPGRADING | 33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | dfs_nfs.c | 777 return -EAGAIN; in nfs_open() 800 return -EAGAIN; in nfs_open()
|
| /components/drivers/serial/ |
| A D | dev_serial_v2.c | 167 rt_set_errno(EAGAIN); in serial_fops_read() 201 rt_set_errno(EAGAIN); in serial_fops_write()
|
| A D | dev_serial.c | 163 size = -EAGAIN; in serial_fops_read()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 132 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usbh_serial.c | 501 size = -EAGAIN; in usbh_serial_fops_read()
|
| /components/drivers/sdio/sdhci/ |
| A D | sdhci.c | 857 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 D | UPGRADING | 167 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | sockets.c | 2374 …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()
|