Home
last modified time | relevance | path

Searched refs:atomic_callee_cache (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc446 atomic_uintptr_t *atomic_callee_cache = in IndirCall() local
449 if (atomic_compare_exchange_strong(&atomic_callee_cache[0], &zero, caller, in IndirCall()
457 CHECK_EQ(atomic_load(&atomic_callee_cache[0], memory_order_relaxed), caller); in IndirCall()
460 if (atomic_compare_exchange_strong(&atomic_callee_cache[i], &was, callee, in IndirCall()