Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 19 of 19) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/api/
A Derr.c52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */
56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
A Dsockets.c508 set_errno(EWOULDBLOCK); in lwip_accept()
798 set_errno(EWOULDBLOCK); in lwip_recvfrom()
/components/net/lwip/lwip-2.1.2/src/api/
A Derr.c52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */
56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
/components/libc/compilers/common/extension/sys/
A Derrno.h204 #ifndef EWOULDBLOCK
205 #define EWOULDBLOCK EAGAIN macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Derrno.h88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Derrno.h88 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c174 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 Dtty_pts.c150 error = EWOULDBLOCK; in ptsdev_read()
214 error = -EWOULDBLOCK; in ptsdev_write()
A Dtty.c175 if (error != 0 && error != EWOULDBLOCK) in tty_drain()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Darch.h119 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/components/net/lwip/lwip-1.4.1/src/api/
A Dsockets.c139 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 DUPGRADING33 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
A DCHANGELOG1179 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c330 if (err != EWOULDBLOCK) { in sockets_stresstest_wait_readable_nonblock()
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c411 fail_unless(ret > 0 || (ret == -1 && errno == EWOULDBLOCK)); in test_sockets_msgapi_tcp()
/components/net/lwip/lwip-2.0.3/
A DUPGRADING132 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
A DCHANGELOG2135 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking
/components/net/lwip/lwip-2.1.2/
A DUPGRADING167 now set errno to EWOULDBLOCK/EAGAIN, not ETIMEDOUT.
A DCHANGELOG2388 * sockets.c (lwip_accept): Return EWOULDBLOCK if would block on non-blocking

Completed in 41 milliseconds