Searched refs:atomic_compare_exchange_strong_explicit (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/base/ |
D | atomicops.h | 105 std::atomic_compare_exchange_strong_explicit( in Relaxed_CompareAndSwap() 113 std::atomic_compare_exchange_strong_explicit( in Relaxed_CompareAndSwap() 121 std::atomic_compare_exchange_strong_explicit( in Relaxed_CompareAndSwap() 148 atomic_compare_exchange_strong_explicit( in Acquire_CompareAndSwap() 156 bool result = atomic_compare_exchange_strong_explicit( in Release_CompareAndSwap() 165 atomic_compare_exchange_strong_explicit( in Release_CompareAndSwap() 174 atomic_compare_exchange_strong_explicit( in AcquireRelease_CompareAndSwap() 264 std::atomic_compare_exchange_strong_explicit( in Relaxed_CompareAndSwap() 291 std::atomic_compare_exchange_strong_explicit( in Acquire_CompareAndSwap() 299 std::atomic_compare_exchange_strong_explicit( in Release_CompareAndSwap() [all …]
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 265 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro 290 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro 317 #define atomic_compare_exchange_strong_explicit(object, expected, \ macro 327 atomic_compare_exchange_strong_explicit(object, expected, \ 375 atomic_compare_exchange_strong_explicit(object, expected, \
|
D | dynamicsizehash_concurrent.c | 94 atomic_compare_exchange_strong_explicit(&htab->table[idx].val_ptr, in insert_helper() 136 atomic_compare_exchange_strong_explicit(&htab->table[idx].val_ptr, in insert_helper() 430 atomic_compare_exchange_strong_explicit(&htab->resizing_state, in INSERT()
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 123 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 122 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 115 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 113 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 142 #define atomic_compare_exchange_strong_explicit(object, expected, desired, success, failure) \ macro
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_preinit.c | 569 …if (atomic_compare_exchange_strong_explicit(&__hook_enable_hook_flag, &expected, false, memory_ord… in __uninstal_malloc_hook()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49734 atomic_compare_exchange_strong_explicit(atomic<_ITp>* __a, in atomic_compare_exchange_strong_explicit() function 49742 atomic_compare_exchange_strong_explicit(volatile atomic<_ITp>* __a, in atomic_compare_exchange_strong_explicit() function 49804 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2, in atomic_compare_exchange_strong() 49814 return atomic_compare_exchange_strong_explicit(__a, __i1, __i2, in atomic_compare_exchange_strong()
|