Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Defd_flags.h22 #if defined(EFD_NONBLOCK) || (defined(HAVE_DECL_EFD_NONBLOCK) && HAVE_DECL_EFD_NONBLOCK)
24 static_assert((EFD_NONBLOCK) == (O_NONBLOCK), "EFD_NONBLOCK != O_NONBLOCK");
27 # define EFD_NONBLOCK O_NONBLOCK
44 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/grpc-grpc/test/core/iomgr/
Dev_epollex_linux_test.cc49 ev_fd1 = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in test_pollable_owner_fd()
50 ev_fd2 = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in test_pollable_owner_fd()
/external/strace/tests/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/strace/tests-mx32/
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/grpc-grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available()
Dwakeup_fd_eventfd.cc35 int efd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in eventfd_create()
/external/perfetto/src/base/
Devent.cc33 fd_.reset(eventfd(/* start value */ 0, EFD_CLOEXEC | EFD_NONBLOCK)); in Event()
/external/libevent/
Dutil-internal.h466 #ifdef EFD_NONBLOCK
467 #define EVUTIL_EFD_NONBLOCK EFD_NONBLOCK
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc190 int fd = eventfd(0, EFD_NONBLOCK); in BM_SingleThreadPollOneFd_SpeedOfLight()
/external/v4l2_codec2/vda/
Dv4l2_device.cc224 device_poll_interrupt_fd_.reset(eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC)); in Open()
/external/syzkaller/sys/linux/
Dsys_386.const58 EFD_NONBLOCK = 2048
Dsys_amd64.const58 EFD_NONBLOCK = 2048
Dsys_ppc64le.const58 EFD_NONBLOCK = 2048
Dsys_arm.const58 EFD_NONBLOCK = 2048
Dsys_arm64.const58 EFD_NONBLOCK = 2048
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go353 EFD_NONBLOCK = 0x80 const
Dzerrors_linux_ppc64.go353 EFD_NONBLOCK = 0x800 const
Dzerrors_linux_arm.go353 EFD_NONBLOCK = 0x800 const
Dzerrors_linux_mips64.go353 EFD_NONBLOCK = 0x80 const
Dzerrors_linux_ppc64le.go353 EFD_NONBLOCK = 0x800 const
Dzerrors_linux_arm64.go353 EFD_NONBLOCK = 0x800 const
Dzerrors_linux_386.go353 EFD_NONBLOCK = 0x800 const

12