HomeSort by: relevance | last modified time | path
    Searched defs:atomic_load_relaxed (Results 1 - 11 of 11) 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/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
896 old = atomic_load_relaxed(&thread->pt_cancel);
938 old = atomic_load_relaxed(&self->pt_cancel);
1013 old = atomic_load_relaxed(&self->pt_cancel);
1075 * We use atomic_load_relaxed and then a conditional
1082 if (__predict_false(atomic_load_relaxed(&self->pt_cancel) &
1269 (atomic_load_relaxed(&self->pt_cancel) &
  /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/sys/sys/
atomic.h 445 #define atomic_load_relaxed(p) \ macro
502 o = atomic_load_relaxed(p32);
514 o = atomic_load_relaxed(p32);
544 #define atomic_load_relaxed(p) \
552 const __typeof__(*(p)) __al_val = atomic_load_relaxed(p); \

Completed in 61 milliseconds