Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h726 counter _counters[COUNTER_LAST + 1]; variable
744 inline counter *getCounter(counter_e idx) { return &_counters[idx]; } in getCounter()
749 inline counter *getCounters() { return _counters; } in getCounters()