Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h447 static bool masterOnly(timer_e e) { in masterOnly() function
556 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()