HomeSort by relevance Sort by last modified time
    Searched refs:num_calls (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_rtl.cc 33 static atomic_uint32_t num_calls; local
34 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) {
asan_report.cc 423 static atomic_uint32_t num_calls; local
425 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) {

Completed in 27 milliseconds