Searched defs:EINTR (Results 1 – 4 of 4) sorted by relevance
52 #define EINTR 4 /* Interrupted system call */ macro
94 EINTR = getattr(errno, 'EINTR', 4) variable
98 EINTR = getattr(errno, 'EINTR', 4) variable
56 #define EINTR __EINTR /* 4 Interrupted system call */ macro