Searched refs:calls_started_ (Results 1 – 2 of 2) sorted by relevance
65 gpr_atm_no_barrier_fetch_add(&calls_started_, (gpr_atm)1); in RecordCallStarted()72 if (calls_started_ != 0) { in PopulateCallCounts()74 json, json_iterator, "callsStarted", calls_started_); in PopulateCallCounts()
108 gpr_atm calls_started_ = 0; variable