Searched defs:EAGAIN (Results 1 - 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
H A D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
360 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
58 errorcode namespace
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
H A D | errno.h | 60 /* 11 was EAGAIN */ 92 #define EAGAIN 35 /* Resource temporarily unavailable */ macro 94 #define EWOULDBLOCK EAGAIN /* Operation would block */
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
H A D | errno.h | 91 #define EAGAIN __EAGAIN /* 35 Resource temporarily unavailable */
macro
|
Completed in 1211 milliseconds