Searched defs:O_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | fcntl.h | 26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | file.rs | 95 const O_NONBLOCK = 0o00004000; constant |