Searched refs:O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
30 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
33 #define O_NONBLOCK 00004000 // 非阻塞式IO模式
59 const O_NONBLOCK = 0o00004000; constant