Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/common/
Dfcntl.h26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
/DragonOS-0.1.2/user/libs/libc/src/
Dfcntl.h26 #define O_NONBLOCK 00004000 // 非阻塞式IO模式 macro
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dfcntl.md33 #define O_NONBLOCK 00004000 // 非阻塞式IO模式