Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Dfcntl.h26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dfcntl.h30 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Dfcntl.md33 #define O_NONBLOCK 00004000 // 非阻塞式IO模式
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dfile.rs59 const O_NONBLOCK = 0o00004000; constant