Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h453 static statInfo timerInfo[]; variable
457 static const char *name(timer_e e) { return timerInfo[e].name; } in name()
459 return timerInfo[e].flags & stats_flags_e::noTotal; in noTotal()
462 return timerInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
465 return timerInfo[e].flags & stats_flags_e::notInMaster; in workerOnly()
468 return timerInfo[e].flags & stats_flags_e::noUnits; in noUnits()
471 return timerInfo[e].flags & stats_flags_e::logEvent; in logEvent()
475 timerInfo[i].flags &= (~(stats_flags_e::logEvent)); in clearEventFlags()
H A Dkmp_stats.cpp29 statInfo timeStat::timerInfo[] = { member in timeStat