Searched defs:atomic_load_relaxed (Results 1 - 6 of 6) sorted by relevance

/src/tests/include/sys/
H A Dt_pslist.c39 #define atomic_load_relaxed(p) (*(p)) macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic.h76 INLINE typename T::Type atomic_load_relaxed(const volatile T *a) { function in namespace:__sanitizer
/src/lib/libpthread/
H A Dpthread_cond.c48 #define atomic_load_relaxed(p) \ macro
H A Dpthread_cancelstub.c95 #define atomic_load_relaxed(p) \ macro
H A Dpthread.c73 #define atomic_load_relaxed(p) \ macro
/src/sys/sys/
H A Datomic.h445 #define atomic_load_relaxed(p) \ macro

Completed in 7 milliseconds