Home
last modified time | relevance | path

Searched refs:EFD_SEMAPHORE (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Defd_flags.h6 #if defined(EFD_SEMAPHORE) || (defined(HAVE_DECL_EFD_SEMAPHORE) && HAVE_DECL_EFD_SEMAPHORE)
8 static_assert((EFD_SEMAPHORE) == (1), "EFD_SEMAPHORE != 1");
11 # define EFD_SEMAPHORE 1
40 XLAT(EFD_SEMAPHORE),
Defd_flags.in1 EFD_SEMAPHORE 1
/external/strace/tests-m32/
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-mx32/
Deventfd.expected1 eventfd2(4294967295, EFD_SEMAPHORE|EFD_CLOEXEC|EFD_NONBLOCK) = 0
/external/syzkaller/sys/linux/
Dsys_386.const59 EFD_SEMAPHORE = 1
Dsys_amd64.const59 EFD_SEMAPHORE = 1
Dsys_arm.const59 EFD_SEMAPHORE = 1
Dsys_ppc64le.const59 EFD_SEMAPHORE = 1
Dsys_arm64.const59 EFD_SEMAPHORE = 1
Dsys.txt947 eventfd_flags = EFD_CLOEXEC, EFD_NONBLOCK, EFD_SEMAPHORE
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_s390x.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_arm.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_ppc64le.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_mips64.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_ppc64.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_amd64.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_mips64le.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_386.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_mips.go354 EFD_SEMAPHORE = 0x1 const
Dzerrors_linux_arm64.go354 EFD_SEMAPHORE = 0x1 const