Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c1036 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK || (x) == EAGAIN) macro
1039 #define BLOCKED_ERRNO(x) ((x) == EWOULDBLOCK) macro
1042 #define BLOCKED_ERRNO(x) ((x) == EAGAIN) macro
1044 #define BLOCKED_ERRNO(x) 0 macro