Searched refs:EWOULDBLOCK (Results 1 – 19 of 19) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | err.c | 52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */ 56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
|
| A D | sockets.c | 508 set_errno(EWOULDBLOCK); in lwip_accept() 798 set_errno(EWOULDBLOCK); in lwip_recvfrom()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | err.c | 52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */ 56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
|
| /components/libc/compilers/common/extension/sys/ |
| A D | errno.h | 204 #ifndef EWOULDBLOCK 205 #define EWOULDBLOCK EAGAIN macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | errno.h | 88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | errno.h | 88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_ttydisc.c | 174 return -EWOULDBLOCK; in ttydisc_read_canonical() 230 return -EWOULDBLOCK; in ttydisc_read_raw_no_timer() 281 return -EWOULDBLOCK; in ttydisc_read_raw_read_timer() 285 return (error == -EWOULDBLOCK ? 0 : error); in ttydisc_read_raw_read_timer() 330 return -EWOULDBLOCK; in ttydisc_read_raw_interbyte_timer() 582 error = EWOULDBLOCK; in ttydisc_write()
|
| A D | tty_pts.c | 150 error = EWOULDBLOCK; in ptsdev_read() 214 error = -EWOULDBLOCK; in ptsdev_write()
|
| A D | tty.c | 175 if (error != 0 && error != EWOULDBLOCK) in tty_drain()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | arch.h | 119 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | sockets.c | 139 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */ 143 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */ 343 sock_set_errno(sock, EWOULDBLOCK); in lwip_accept() 606 sock_set_errno(sock, EWOULDBLOCK); in lwip_recvfrom()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| A D | CHANGELOG | 1179 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
|
| /components/net/lwip/lwip-2.1.2/test/sockets/ |
| A D | sockets_stresstest.c | 330 if (err != EWOULDBLOCK) { in sockets_stresstest_wait_readable_nonblock()
|
| /components/net/lwip/lwip-2.1.2/test/unit/api/ |
| A D | test_sockets.c | 411 fail_unless(ret > 0 || (ret == -1 && errno == EWOULDBLOCK)); in test_sockets_msgapi_tcp()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 132 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| A D | CHANGELOG | 2135 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 167 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
|
| A D | CHANGELOG | 2388 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
|
Completed in 41 milliseconds