Searched refs:log_counter (Results 1 – 4 of 4) sorted by relevance
33 static int log_counter = 0; in Compile() local36 if (log_counter < 20) { in Compile()37 ++log_counter; in Compile()
33 static int log_counter = 0; in Compile() local35 if (log_counter < 20) { in Compile()36 ++log_counter; in Compile()
226 static std::atomic<int32> log_counter{0}; in AllocateRaw() local227 int32 counter_value = log_counter.load(std::memory_order_relaxed); in AllocateRaw()229 log_counter.store(counter_value + 1, std::memory_order_relaxed); in AllocateRaw()
951 static int log_counter = 0; in ProcessDeviceStats() local952 if (log_counter < 10) { in ProcessDeviceStats()953 log_counter++; in ProcessDeviceStats()