Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs93 const O_NONBLOCK = 0o00004000; constant