/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_atomic_msvc.h | 168 inline bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong() function 194 inline bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong() function 207 inline bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, in atomic_compare_exchange_strong() function 220 inline bool atomic_compare_exchange_strong(volatile atomic_uint32_t *a, in atomic_compare_exchange_strong() function 233 inline bool atomic_compare_exchange_strong(volatile atomic_uint64_t *a, in atomic_compare_exchange_strong() function 251 return atomic_compare_exchange_strong(a, cmp, xchg, mo); in atomic_compare_exchange_weak()
|
H A D | sanitizer_atomic_clang.h | 77 inline bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, in atomic_compare_exchange_strong() function 92 return atomic_compare_exchange_strong(a, cmp, xchg, mo); in atomic_compare_exchange_weak()
|
H A D | sanitizer_termination.cpp | 75 if (!atomic_compare_exchange_strong(&first_tid, &cmp, tid, in CheckFailed()
|
H A D | sanitizer_tls_get_addr.cpp | 56 if (!atomic_compare_exchange_strong(cur, &prev, (uptr)new_dtv, in DTLS_NextBlock()
|
H A D | sanitizer_symbolizer_report.cpp | 309 if (atomic_compare_exchange_strong(&reporting_thread_, &expected, current, in Lock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling.cpp | 86 if (atomic_compare_exchange_strong(&TLD.Allocators, &Allocators, 1, in getThreadLocalData() 136 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { in getThreadLocalData() 314 if (!atomic_compare_exchange_strong(&ProfilerLogStatus, &CurrentStatus, in profilingFinalize() 356 if (!atomic_compare_exchange_strong(&ProfilerLogStatus, &CurrentStatus, in profilingLoggingInit()
|
H A D | xray_interface.cpp | 215 if (!atomic_compare_exchange_strong( in patchFunction() 270 if (!atomic_compare_exchange_strong( in controlPatching()
|
H A D | xray_basic_logging.cpp | 376 if (!atomic_compare_exchange_strong(&BasicInitialized, &Expected, 1, in basicLoggingInit() 444 if (!atomic_compare_exchange_strong(&BasicInitialized, &Expected, 0, in basicLoggingFinalize()
|
H A D | xray_fdr_logging.cpp | 385 if (!atomic_compare_exchange_strong(&LoggingStatus, &CurrentStatus, in fdrLoggingFinalize() 617 if (!atomic_compare_exchange_strong(&LoggingStatus, &CurrentStatus, in fdrLoggingInit()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | atomic_helpers.h | 116 inline bool atomic_compare_exchange_strong(volatile T *A, typename T::Type *Cmp, in atomic_compare_exchange_strong() function 137 atomic_compare_exchange_strong(volatile T *A, typename T::Type Cmp, in atomic_compare_exchange() 139 atomic_compare_exchange_strong(A, &Cmp, Xchg, MO); in atomic_compare_exchange()
|
H A D | rss_limit_checker.cpp |
|
H A D | options.h | 67 } while (!atomic_compare_exchange_strong(&Val, &Opts, NewOpts, in setFillContentsMode()
|
H A D | chunk.h |
|
H A D | mem_map_fuchsia.cpp | 74 zx_handle_t OldValue = atomic_compare_exchange_strong( in getPlaceholderVmo()
|
/freebsd/lib/libc/stdlib/ |
H A D | quick_exit.c | 57 while (!atomic_compare_exchange_strong(&handlers, &h->next, h)) { in at_quick_exit()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
H A D | ubsan_minimal_handlers.cpp | 41 if (!__sanitizer::atomic_compare_exchange_strong( in report_this_error()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 91 if (atomic_compare_exchange_strong(pl1, &l1, (uptr)p, memory_order_acq_rel)) in fddesc() 326 if (atomic_compare_exchange_strong( in FdPollAdd()
|
H A D | tsan_sync.cpp | 237 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0, in GetSync()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 96 using std::atomic_compare_exchange_strong // see below 196 using std::atomic_compare_exchange_strong _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 150 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… macro
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 31 using std::atomic_compare_exchange_strong _LIBCPP_USING_IF_EXISTS;
|
H A D | memory.cppm |
|
H A D | memory.inc | 207 using std::atomic_compare_exchange_strong;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 169 if (atomic_compare_exchange_strong(p, &cond, (uptr)newcond, in init_cond()
|