Home
last modified time | relevance | path

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

/third_party/grpc/test/core/util/
Dmemory_counters.cc42 #define NO_BARRIER_LOAD(x) __atomic_load_n((x), __ATOMIC_RELAXED) macro
45 #define NO_BARRIER_LOAD(x) gpr_atm_no_barrier_load(x) macro
135 NO_BARRIER_LOAD(&g_memory_counters.total_size_relative); in grpc_memory_counters_snapshot()
137 NO_BARRIER_LOAD(&g_memory_counters.total_size_absolute); in grpc_memory_counters_snapshot()
139 NO_BARRIER_LOAD(&g_memory_counters.total_allocs_relative); in grpc_memory_counters_snapshot()
141 NO_BARRIER_LOAD(&g_memory_counters.total_allocs_absolute); in grpc_memory_counters_snapshot()