Searched defs:O_NDELAY (Results 1 – 4 of 4) sorted by relevance
13 #define O_NDELAY 0x0004 macro15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
70 pub const O_NDELAY: u32 = bindings::O_NDELAY; constant
95 #define O_NDELAY O_NONBLOCK macro