Home
last modified time | relevance | path

Searched refs:num_calls (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_rtl.cc34 static atomic_uint32_t num_calls; in Die() local
35 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in Die()
Dasan_report.cc231 static atomic_uint32_t num_calls; in ScopedInErrorReport() local
232 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in ScopedInErrorReport()