Searched refs:SYS_futex_time64 (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | futex.h | 78 #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.c | 16 #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()
|
D | pthread_mutex_timedlock.c | 8 #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.c | 27 #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()
|
D | pthread_mutex_timedlock.c | 8 #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/ |
D | pthread_mutex_timedlock.c | 23 #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/ |
D | spinlock_linux.inc | 49 #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/ |
D | futex.h | 15 #if !defined(SYS_futex) && defined(SYS_futex_time64) 16 #define SYS_futex SYS_futex_time64
|
/third_party/musl/arch/x32/ |
D | syscall_arch.h | 88 #define SYS_futex_time64 SYS_futex macro
|
/third_party/mesa3d/src/util/ |
D | futex.h | 38 #define SYS_futex SYS_futex_time64
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 308 #define SYS_futex SYS_futex_time64
|
/third_party/musl/src/internal/ |
D | syscall.h | 323 #define SYS_futex SYS_futex_time64
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 317 #define SYS_futex SYS_futex_time64
|