Home
last modified time | relevance | path

Searched defs:BLOCKED_ERRNO (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dfileobject.c1057 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK || (x) == EAGAIN) macro
1060 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK) macro
1063 #define BLOCKED_ERRNO(x) ((x) == EAGAIN) macro
1065 #define BLOCKED_ERRNO(x) 0 macro