Searched refs:O_NONBLOCK (Results 1 - 23 of 23) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dtimerfd.h29 #define TFD_NONBLOCK O_NONBLOCK
H A Dsignalfd.h25 #define SFD_NONBLOCK O_NONBLOCK
H A Dinotify.h64 #define IN_NONBLOCK O_NONBLOCK
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dtimerfd.h29 #define TFD_NONBLOCK O_NONBLOCK
H A Dsignalfd.h25 #define SFD_NONBLOCK O_NONBLOCK
H A Dinotify.h64 #define IN_NONBLOCK O_NONBLOCK
/bionic/libc/include/sys/
H A Deventfd.h38 #define EFD_NONBLOCK O_NONBLOCK
H A Dinotify.h36 #include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
41 #define IN_NONBLOCK O_NONBLOCK
H A Dtimerfd.h32 #include <fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
43 #define TFD_NONBLOCK O_NONBLOCK
H A Dsocket.h65 #define SOCK_NONBLOCK O_NONBLOCK
/bionic/tools/versioner/current/sys/
H A Deventfd.h38 #define EFD_NONBLOCK O_NONBLOCK
H A Dinotify.h36 #include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
41 #define IN_NONBLOCK O_NONBLOCK
H A Dtimerfd.h32 #include <fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
43 #define TFD_NONBLOCK O_NONBLOCK
H A Dsocket.h65 #define SOCK_NONBLOCK O_NONBLOCK
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h46 #ifndef O_NONBLOCK
47 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dfcntl.h46 #ifndef O_NONBLOCK
47 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dfcntl.h25 #define O_NONBLOCK 0x0080 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dfcntl.h25 #define O_NONBLOCK 0x0080 macro
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dfcntl.h25 #define O_NONBLOCK 0x0080 macro
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dfcntl.h25 #define O_NONBLOCK 0x0080 macro
/bionic/tests/
H A Deventfd_test.cpp39 int fd = eventfd(initial_value, O_NONBLOCK);
H A Dgtest_main.cpp695 if (fcntl(pipefd[0], F_SETFL, O_NONBLOCK) == -1) {
/bionic/libc/dns/resolv/
H A Dres_send.c984 fcntl(sock, F_SETFL, origflags | O_NONBLOCK);

Completed in 186 milliseconds