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.h43 #ifndef O_NONBLOCK
44 #define O_NONBLOCK 00004000 macro
83 #define O_NDELAY O_NONBLOCK
/bionic/libc/kernel/uapi/linux/
Dtimerfd.h27 #define TFD_NONBLOCK O_NONBLOCK
Dsignalfd.h24 #define SFD_NONBLOCK O_NONBLOCK
Dinotify.h56 #define IN_NONBLOCK O_NONBLOCK
/bionic/libc/include/sys/
Deventfd.h46 #define EFD_NONBLOCK O_NONBLOCK
Dinotify.h53 #define IN_NONBLOCK O_NONBLOCK
Dtimerfd.h46 #define TFD_NONBLOCK O_NONBLOCK
Dsocket.h58 #define SOCK_NONBLOCK O_NONBLOCK
/bionic/tests/headers/posix/
Dfcntl_h.c69 MACRO(O_NONBLOCK); in fcntl_h()
/bionic/benchmarks/tests/
Dinterface_test.cpp81 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp73 ASSERT_NE(-1, fcntl(fds[0], F_SETFL, O_NONBLOCK)); in Exec()
/bionic/libc/dns/resolv/
Dres_send.c989 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()