Searched refs:a_sc_p (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/arch/aarch64/ |
H A D | atomic_arch.h | 53 #define a_sc_p a_sc_p macro 54 static inline int a_sc_p(volatile int *p, void *v) in a_sc_p() function 71 } while (!a_sc_p(p, s)); in a_cas_p()
|
/third_party/musl/arch/loongarch64/ |
H A D | atomic_arch.h | 34 #define a_sc_p a_sc_p macro 35 static inline int a_sc_p(volatile void *p, void *v) in a_sc_p() function
|
/third_party/musl/arch/mips64/ |
H A D | atomic_arch.h | 37 #define a_sc_p a_sc_p macro 38 static inline int a_sc_p(volatile void *p, void *v) in a_sc_p() function
|
/third_party/musl/arch/powerpc64/ |
H A D | atomic_arch.h | 27 #define a_sc_p a_sc_p macro 28 static inline int a_sc_p(volatile void *p, void *v) in a_sc_p() function
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | atomic.h | 94 while (old==t && !a_sc_p(p, s)); in a_cas_p()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | atomic.h | 94 while (old==t && !a_sc_p(p, s)); in a_cas_p()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | atomic.h | 94 while (old==t && !a_sc_p(p, s)); in a_cas_p()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | atomic.h | 94 while (old==t && !a_sc_p(p, s)); in a_cas_p()
|
/third_party/musl/src/internal/ |
H A D | atomic.h | 94 while (old==t && !a_sc_p(p, s)); in a_cas_p()
|
Completed in 4 milliseconds