Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h46 #ifndef O_NONBLOCK
47 #define O_NONBLOCK 00004000 macro
96 #define O_NDELAY O_NONBLOCK
/bionic/libc/include/sys/
Dinotify.h41 #define IN_NONBLOCK O_NONBLOCK
Dtimerfd.h42 #define TFD_NONBLOCK O_NONBLOCK
Deventfd.h38 #define EFD_NONBLOCK O_NONBLOCK
Dsocket.h64 #define SOCK_NONBLOCK O_NONBLOCK
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h25 #define O_NONBLOCK 0x0080 macro
/bionic/libc/kernel/uapi/linux/
Dsignalfd.h25 #define SFD_NONBLOCK O_NONBLOCK
Dinotify.h64 #define IN_NONBLOCK O_NONBLOCK
/bionic/tests/
Deventfd_test.cpp39 int fd = eventfd(initial_value, O_NONBLOCK); in TEST()
Dgtest_main.cpp622 if (fcntl(pipefd[0], F_SETFL, O_NONBLOCK) == -1) { in RunChildProcess()
/bionic/libc/bionic/
Dlibc_logging.cpp467 if (fcntl(log_fd, F_SETFL, O_NONBLOCK) == -1) { in __libc_open_log_socket()
/bionic/libc/dns/resolv/
Dres_send.c985 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()