Home
last modified time | relevance | path

Searched refs:SYS_futex_time64 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dfutex.h78 #if defined(__NR_futex_time64) && !defined(SYS_futex_time64)
79 #define SYS_futex_time64 __NR_futex_time64 macro
82 #if defined(SYS_futex_time64) && !defined(SYS_futex)
83 #define SYS_futex SYS_futex_time64
/third_party/musl/porting/liteos_a/user/src/thread/
D__timedwait.c16 #ifdef SYS_futex_time64 in __futex4_cp()
20 if (SYS_futex == SYS_futex_time64 || !IS32BIT(s)) in __futex4_cp()
21 r = __syscall_cp(SYS_futex_time64, addr, op, val, in __futex4_cp()
23 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4_cp()
Dpthread_mutex_timedlock.c8 #ifdef SYS_futex_time64 in __futex4()
12 if (SYS_futex == SYS_futex_time64 || !IS32BIT(s)) in __futex4()
13 r = __syscall(SYS_futex_time64, addr, op, val, in __futex4()
15 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4()
/third_party/musl/src/thread/
D__timedwait.c27 #ifdef SYS_futex_time64 in __futex4_cp()
31 if (SYS_futex == SYS_futex_time64 || !IS32BIT(s)) in __futex4_cp()
32 r = __syscall_cp(SYS_futex_time64, addr, op, val, in __futex4_cp()
34 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4_cp()
Dpthread_mutex_timedlock.c8 #ifdef SYS_futex_time64 in __futex4()
12 if (SYS_futex == SYS_futex_time64 || !IS32BIT(s)) in __futex4()
13 r = __syscall(SYS_futex_time64, addr, op, val, in __futex4()
15 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_timedlock.c23 #ifdef SYS_futex_time64 in __futex4()
27 if (SYS_futex == SYS_futex_time64 || !IS32BIT(s)) in __futex4()
28 r = __syscall(SYS_futex_time64, addr, op, val, in __futex4()
30 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock_linux.inc49 #if defined(__NR_futex_time64) && !defined(SYS_futex_time64)
50 #define SYS_futex_time64 __NR_futex_time64
53 #if defined(SYS_futex_time64) && !defined(SYS_futex)
54 #define SYS_futex SYS_futex_time64
/third_party/ltp/include/lapi/
Dfutex.h15 #if !defined(SYS_futex) && defined(SYS_futex_time64)
16 #define SYS_futex SYS_futex_time64
/third_party/musl/arch/x32/
Dsyscall_arch.h88 #define SYS_futex_time64 SYS_futex macro
/third_party/mesa3d/src/util/
Dfutex.h38 #define SYS_futex SYS_futex_time64
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h308 #define SYS_futex SYS_futex_time64
/third_party/musl/src/internal/
Dsyscall.h323 #define SYS_futex SYS_futex_time64
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h317 #define SYS_futex SYS_futex_time64