Home
last modified time | relevance | path

Searched refs:EFD_NONBLOCK (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Defd_flags.h10 #if !(defined(EFD_NONBLOCK) || (defined(HAVE_DECL_EFD_NONBLOCK) && HAVE_DECL_EFD_NONBLOCK))
11 # define EFD_NONBLOCK O_NONBLOCK macro
26 XLAT(EFD_NONBLOCK),
Defd_flags.in5 EFD_NONBLOCK O_NONBLOCK
/external/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_02.c63 #define EFD_NONBLOCK O_NONBLOCK macro
106 fd = ltp_syscall(__NR_eventfd2, 1, EFD_NONBLOCK); in main()
/external/strace/tests-mx32/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/strace/tests/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/strace/tests-m32/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/v4l2_codec2/vda/
Dv4l2_device.cc230 device_poll_interrupt_fd_.reset(eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC)); in Open()
/external/fio/engines/
Drbd.c149 rbd->fd = eventfd(0, EFD_NONBLOCK); in _fio_rbd_setup_poll()
/external/fio/
Dconfigure1511 int fd = eventfd(0, EFD_NONBLOCK);