Searched refs:NO_BARRIER_LOAD (Results 1 – 1 of 1) sorted by relevance
42 #define NO_BARRIER_LOAD(x) __atomic_load_n((x), __ATOMIC_RELAXED) macro45 #define NO_BARRIER_LOAD(x) gpr_atm_no_barrier_load(x) macro135 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()