OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_calls
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_rtl.cc
34
static atomic_uint32_t
num_calls
;
local
35
if (atomic_fetch_add(&
num_calls
, 1, memory_order_relaxed) != 0) {
asan_report.cc
450
static atomic_uint32_t
num_calls
;
local
452
if (atomic_fetch_add(&
num_calls
, 1, memory_order_relaxed) != 0) {
Completed in 118 milliseconds