HomeSort by: relevance | last modified time | path
    Searched defs:atomic_load_relaxed (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/include/sys/
t_pslist.c 39 #define atomic_load_relaxed(p) (*(p)) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_atomic.h 76 INLINE typename T::Type atomic_load_relaxed(const volatile T *a) { function in namespace:__sanitizer
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_atomic.h 75 inline typename T::Type atomic_load_relaxed(const volatile T *a) { function in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_atomic.h 75 inline typename T::Type atomic_load_relaxed(const volatile T *a) { function in namespace:__sanitizer
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
atomic.h 32 #define atomic_load_relaxed(o) atomic_load_explicit((o), memory_order_relaxed) macro
  /src/external/mpl/dhcp/bind/include/isc/
atomic.h 34 #define atomic_load_relaxed(o) atomic_load_explicit((o), memory_order_relaxed) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
atomic.h 33 #define atomic_load_relaxed(o) atomic_load_explicit((o), memory_order_relaxed) macro
  /src/lib/libpthread/
pthread_cond.c 48 #define atomic_load_relaxed(p) \ macro
146 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) &
176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
pthread_cancelstub.c 95 #define atomic_load_relaxed(p) \ macro
152 __predict_false(atomic_load_relaxed(&(id)->pt_cancel) & \
pthread.c 73 #define atomic_load_relaxed(p) \ macro
890 old = atomic_load_relaxed(&thread->pt_cancel);
932 old = atomic_load_relaxed(&self->pt_cancel);
1007 old = atomic_load_relaxed(&self->pt_cancel);
1069 * We use atomic_load_relaxed and then a conditional
1076 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) &
1263 (atomic_load_relaxed(&self->pt_cancel) &
  /src/tests/crypto/opencrypto/
h_thread.c 47 #define atomic_load_relaxed(p) atomic_load_explicit(p, memory_order_relaxed) macro
98 while (!atomic_load_relaxed(&done)) {
128 while (!atomic_load_relaxed(&done)) {
133 if (atomic_load_relaxed(&done))
142 if (atomic_load_relaxed(&ses) == co.ses)
  /src/sys/sys/
atomic.h 455 #define atomic_load_relaxed(p) \ macro
512 o = atomic_load_relaxed(p32);
524 o = atomic_load_relaxed(p32);
554 #define atomic_load_relaxed(p) \
562 const __atomic_typeof_unqual(*(p)) __al_val = atomic_load_relaxed(p); \

Completed in 23 milliseconds