Home
last modified time | relevance | path

Searched refs:__NR_futex_time64 (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_utils.h13 #if __NR_futex != __LTP__NR_INVALID_SYSCALL && __NR_futex_time64 != __LTP__NR_INVALID_SYSCALL
26 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL) in futex_variant()
H A Dfutex_wait04.c21 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake01.c35 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_cmp_requeue02.c40 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait01.c37 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait03.c21 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait02.c23 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake03.c21 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait_bitset01.c29 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake04.c43 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake02.c23 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_cmp_requeue01.c49 #if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dfutex.h78 #if defined(__NR_futex_time64) && !defined(SYS_futex_time64)
79 #define SYS_futex_time64 __NR_futex_time64
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs231 __NR_futex_time64,
/third_party/ltp/include/
H A Dtst_timer.h271 return tst_syscall(__NR_futex_time64, uaddr, futex_op, val, to, uaddr2, val3); in sys_futex_time64()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2098 pub const __NR_futex_time64: u32 = 422; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2261 pub const __NR_futex_time64: u32 = 422; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2372 pub const __NR_futex_time64: u32 = 4422; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2205 pub const __NR_futex_time64: u32 = 422; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2476 pub const __NR_futex_time64: u32 = 422; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2240 pub const __NR_futex_time64: u32 = 422; consts

Completed in 82 milliseconds