/src/tests/include/sys/ |
t_pslist.c | 42 #define atomic_store_relaxed(p,v) (*(p) = (v)) macro
|
t_pslist.c | 42 #define atomic_store_relaxed(p,v) (*(p) = (v)) macro
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_atomic.h | 81 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
|
sanitizer_atomic.h | 81 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
|
/src/sys/sys/ |
atomic.h | 471 #define atomic_store_relaxed(p,v) \ macro 559 #define atomic_store_relaxed(p, v) \
|
atomic.h | 471 #define atomic_store_relaxed(p,v) \ macro 559 #define atomic_store_relaxed(p, v) \
|
/src/lib/libpthread/ |
pthread.c | 76 #define atomic_store_relaxed(p, v) \ macro 660 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED);
|
pthread.c | 76 #define atomic_store_relaxed(p, v) \ macro 660 atomic_store_relaxed(&self->pt_cancel, PT_CANCEL_DISABLED);
|