Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/asm-generic/
Dfcntl.h36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000 macro
61 #define O_NDELAY O_NONBLOCK
/bionic/libc/unistd/
Dsyslog.c270 (fd = open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK, 0)) >= 0) { in vsyslog_r()