OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_load_relaxed
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic.h
71
INLINE typename T::Type
atomic_load_relaxed
(const volatile T *a) {
function in namespace:__sanitizer
sanitizer_suppressions.cc
164
if (
atomic_load_relaxed
(&suppressions_[i].hit_count))
sanitizer_coverage_libcdep.cc
234
uptr idx =
atomic_load_relaxed
(&pc_array_index);
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
94
atomic_load_relaxed
(&race->addcount) + 1);
163
const uptr cnt =
atomic_load_relaxed
(&(race->*counter));
198
atomic_load_relaxed
(&hit_matched[i].hitcount),
208
atomic_load_relaxed
(&add_matched[i].addcount),
308
if (
atomic_load_relaxed
(&race->hitcount) == 0) {
tsan_platform_mac.cc
48
void *val = (void *)
atomic_load_relaxed
(a);
tsan_suppressions.cc
158
hit_count +=
atomic_load_relaxed
(&matched[i]->hit_count);
tsan_mman.cc
85
if (
atomic_load_relaxed
(&thr->in_signal_handler) == 0 ||
/external/compiler-rt/lib/lsan/
lsan_common.cc
382
Printf("%7zu %10zu %s\n", static_cast<uptr>(
atomic_load_relaxed
(
605
atomic_store_relaxed(&s->hit_count,
atomic_load_relaxed
(&s->hit_count) +
/external/compiler-rt/lib/asan/
asan_report.cc
[
all
...]
Completed in 2735 milliseconds