Home
last modified time | relevance | path

Searched refs:SYS_futex_time64 (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
H A 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()
H A 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/
H A 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/musl/src/thread/
H A 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()
H A 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/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 macro
82 #if defined(SYS_futex_time64) && !defined(SYS_futex)
83 #define SYS_futex SYS_futex_time64
/third_party/ltp/include/lapi/
H A Dfutex.h15 #if !defined(SYS_futex) && defined(SYS_futex_time64)
16 #define SYS_futex SYS_futex_time64
/third_party/mesa3d/src/util/
H A Dfutex.h38 #define SYS_futex SYS_futex_time64
/third_party/musl/arch/x32/
H A Dsyscall_arch.h88 #define SYS_futex_time64 SYS_futex macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h308 #define SYS_futex SYS_futex_time64
/third_party/musl/src/internal/
H A Dsyscall.h323 #define SYS_futex SYS_futex_time64
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h317 #define SYS_futex SYS_futex_time64

Completed in 6 milliseconds