Searched refs:NO_BARRIER_LOAD (Results 1 – 1 of 1) sorted by relevance
38 #define NO_BARRIER_LOAD(x) __atomic_load_n((x), __ATOMIC_RELAXED) macro41 #define NO_BARRIER_LOAD(x) gpr_atm_no_barrier_load(x) macro100 NO_BARRIER_LOAD(&g_memory_counters.total_size_relative); in grpc_memory_counters_snapshot()102 NO_BARRIER_LOAD(&g_memory_counters.total_size_absolute); in grpc_memory_counters_snapshot()104 NO_BARRIER_LOAD(&g_memory_counters.total_allocs_relative); in grpc_memory_counters_snapshot()106 NO_BARRIER_LOAD(&g_memory_counters.total_allocs_absolute); in grpc_memory_counters_snapshot()