Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h468 static bool masterOnly(timer_e e) { in masterOnly() function
577 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp839 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on in outputStats()
857 if (counter::masterOnly(c) && t != 0) in outputStats()