Home
last modified time | relevance | path

Searched refs:__NR_futex (Results 1 - 25 of 34) sorted by relevance

12

/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
22 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL) in futex_variant()
H A Dfutex_wait04.c17 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake01.c31 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_cmp_requeue02.c36 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait01.c33 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait03.c17 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait02.c19 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake03.c17 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wait_bitset01.c25 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake04.c39 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_wake02.c19 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
H A Dfutex_cmp_requeue01.c45 #if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs251 __NR_futex,
276 __NR_futex, in futex_old()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dfutex.h62 #define SYS_futex __NR_futex
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h217 #define __NR_futex 240 macro
/third_party/ltp/include/
H A Dtst_timer.h265 return tst_syscall(__NR_futex, uaddr, futex_op, val, to, uaddr2, val3); in sys_futex()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1937 pub const __NR_futex: u32 = 98; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1936 pub const __NR_futex: u32 = 98; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2078 pub const __NR_futex: u32 = 221; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2178 pub const __NR_futex: u32 = 5194; consts

Completed in 81 milliseconds

12