Searched refs:num_calls (Results 1 – 2 of 2) sorted by relevance
34 static atomic_uint32_t num_calls; in Die() local35 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in Die()
231 static atomic_uint32_t num_calls; in ScopedInErrorReport() local232 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in ScopedInErrorReport()