Searched refs:EFD_CLOEXEC (Results 1 – 25 of 33) sorted by relevance
12
/external/strace/xlat/ |
D | efd_flags.h | 13 #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),
|
D | efd_flags.in | 2 #if defined EFD_CLOEXEC || defined O_CLOEXEC 3 EFD_CLOEXEC O_CLOEXEC
|
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 66 #define EFD_CLOEXEC O_CLOEXEC macro 108 fd = ltp_syscall(__NR_eventfd2, 1, EFD_CLOEXEC); in main()
|
/external/grpc-grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 49 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/ |
D | eventfd.expected | 1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
|
/external/strace/tests-mx32/ |
D | eventfd.expected | 1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
|
/external/strace/tests-m32/ |
D | eventfd.expected | 1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | is_epollexclusive_available.cc | 51 int evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in grpc_is_epollexclusive_available()
|
D | wakeup_fd_eventfd.cc | 35 int efd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in eventfd_create()
|
/external/perfetto/src/base/ |
D | event.cc | 33 fd_.reset(eventfd(/* start value */ 0, EFD_CLOEXEC | EFD_NONBLOCK)); in Event()
|
/external/libevent/ |
D | util-internal.h | 471 #ifdef EFD_CLOEXEC 472 #define EVUTIL_EFD_CLOEXEC EFD_CLOEXEC
|
/external/linux-kselftest/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 376 sync_fd = eventfd(0, EFD_CLOEXEC); in TEST()
|
/external/v4l2_codec2/vda/ |
D | v4l2_device.cc | 224 device_poll_interrupt_fd_.reset(eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC)); in Open()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 57 EFD_CLOEXEC = 524288
|
D | sys_amd64.const | 57 EFD_CLOEXEC = 524288
|
D | sys_ppc64le.const | 57 EFD_CLOEXEC = 524288
|
D | sys_arm.const | 57 EFD_CLOEXEC = 524288
|
D | sys_arm64.const | 57 EFD_CLOEXEC = 524288
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_mips64le.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_ppc64.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_arm.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_mips64.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_ppc64le.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_arm64.go | 352 EFD_CLOEXEC = 0x80000 const
|
D | zerrors_linux_386.go | 352 EFD_CLOEXEC = 0x80000 const
|
12