Searched refs:eventfd (Results 1 – 18 of 18) sorted by relevance
/bionic/tests/ |
D | eventfd_test.cpp | 26 TEST(eventfd, smoke) { in TEST() argument 28 int fd = eventfd(kInitialValue, EFD_NONBLOCK); in TEST() 50 TEST(eventfd, cloexec) { in TEST() argument 52 int fd = eventfd(kInitialValue, EFD_CLOEXEC); in TEST() 62 fd = eventfd(kInitialValue, EFD_NONBLOCK | EFD_CLOEXEC); in TEST() 73 TEST(eventfd, semaphore) { in TEST() argument 74 int fd = eventfd(3, EFD_NONBLOCK | EFD_SEMAPHORE); in TEST()
|
D | fdtrack_test.cpp | 298 FDTRACK_TEST(eventfd, eventfd(0, 0));
|
/bionic/libc/include/sys/ |
D | eventfd.h | 54 int eventfd(unsigned int __initial_value, int __flags);
|
/bionic/libc/bionic/ |
D | eventfd.cpp | 36 int eventfd(unsigned int initval, int flags) { in eventfd() function
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_APP.TXT | 18 int eventfd:eventfd(unsigned int initval, int flags) lp32
|
D | libc.map.txt | 324 eventfd;
|
D | Android.bp | 1084 "bionic/eventfd.cpp",
|
/bionic/libc/kernel/uapi/misc/ |
D | ocxl.h | 65 __s32 eventfd; member
|
D | habanalabs.h | 871 __u32 eventfd; member
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_004.S | 353 CALL(eventfd)
|
D | liblinker_reloc_bench_033.S | 608 CALL(eventfd)
|
D | liblinker_reloc_bench_134.S | 1562 CALL(eventfd)
|
D | liblinker_reloc_bench_029.S | 2204 CALL(eventfd)
|
D | liblinker_reloc_bench_014.S | 2418 CALL(eventfd)
|
D | liblinker_reloc_bench_012.S | 1999 CALL(eventfd)
|
D | liblinker_reloc_bench_000.S | 10296 CALL(eventfd)
|
/bionic/libc/kernel/uapi/linux/ |
D | kvm.h | 1376 } eventfd; member
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 324 eventfd;
|