Home
last modified time | relevance | path

Searched defs:EAGAIN (Results 1 - 25 of 60) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd02.c38 TST_EXP_FAIL(write(fd, &val, sizeof(val)), EAGAIN); in run() local
H A Deventfd01.c35 TST_EXP_FAIL(read(fd, &val, sizeof(val)), EAGAIN); in run() local
/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite04.c31 TST_EXP_FAIL2(write(wfd, wbuf, sizeof(wbuf)), EAGAIN); in verify_write() local
/third_party/ltp/testcases/kernel/syscalls/read/
H A Dread03.c24 TST_EXP_FAIL(read(rfd, &c, 1), EAGAIN, in verify_read() local
/third_party/musl/libc-test/src/functional/
H A Dsem_open.c46 "trywait on locked sem: got errno \"%s\" (%d), want EAGAIN (%d)\n", strerror(errno), errno, EAGAIN); in main() local
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
H A Dpidfd_open04.c48 TST_EXP_FAIL(waitid(P_PIDFD, pidfd, &info, WEXITED), EAGAIN, in run() local
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait06.c80 TST_EXP_FAIL(write(fds[1], buff, write_size), EAGAIN, "write() failed"); in run() local
96 TST_EXP_FAIL(read(fds[0], buff, read_size), EAGAIN, "read() failed"); in run() local
/third_party/curl/lib/
H A Dconfig-win32ce.h299 #define EAGAIN 3 macro
/third_party/python/Lib/
H A Dsocket.py62 EAGAIN = getattr(errno, 'EAGAIN', 11) variable
H A Dasyncore.py58 errorcode global() namespace
/third_party/curl/tests/server/
H A Dsockfilt.c119 #undef EAGAIN macro
120 #define EAGAIN 11 /* errno.h value */ macro
H A Dsocksd.c90 #undef EAGAIN macro
91 #define EAGAIN 11 /* errno.h value */ macro
H A Dmqttd.c72 #undef EAGAIN macro
73 #define EAGAIN 11 /* errno.h value */ macro
/third_party/libwebsockets/include/
H A Dlibwebsockets.h474 #define EAGAIN 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h12 #define EAGAIN 11 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h12 #define EAGAIN 11 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h12 #define EAGAIN 11 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h11 #define EAGAIN 11 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h12 #define EAGAIN 11 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h58 #define EAGAIN 11 /* Try again */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h11 #define EAGAIN 11 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h11 #define EAGAIN 11 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h11 #define EAGAIN 11 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h11 #define EAGAIN 11 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h11 #define EAGAIN 11 macro

Completed in 17 milliseconds

123