Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Defd_flags.h13 #if defined EFD_CLOEXEC || defined O_CLOEXEC
14 #if defined(EFD_CLOEXEC) || (defined(HAVE_DECL_EFD_CLOEXEC) && HAVE_DECL_EFD_CLOEXEC)
16 static_assert((EFD_CLOEXEC) == (O_CLOEXEC), "EFD_CLOEXEC != O_CLOEXEC");
19 # define EFD_CLOEXEC O_CLOEXEC
41 #if defined EFD_CLOEXEC || defined O_CLOEXEC
42 XLAT(EFD_CLOEXEC),
Defd_flags.in2 #if defined EFD_CLOEXEC || defined O_CLOEXEC
3 EFD_CLOEXEC O_CLOEXEC
/external/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_01.c66 #define EFD_CLOEXEC O_CLOEXEC macro
108 fd = ltp_syscall(__NR_eventfd2, 1, EFD_CLOEXEC); 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.h471 #ifdef EFD_CLOEXEC
472 #define EVUTIL_EFD_CLOEXEC EFD_CLOEXEC
/external/linux-kselftest/tools/testing/selftests/uevent/
Duevent_filtering.c376 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
/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.const57 EFD_CLOEXEC = 524288
Dsys_amd64.const57 EFD_CLOEXEC = 524288
Dsys_ppc64le.const57 EFD_CLOEXEC = 524288
Dsys_arm.const57 EFD_CLOEXEC = 524288
Dsys_arm64.const57 EFD_CLOEXEC = 524288
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_ppc64.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_arm.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_mips64.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_ppc64le.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_arm64.go352 EFD_CLOEXEC = 0x80000 const
Dzerrors_linux_386.go352 EFD_CLOEXEC = 0x80000 const

12