Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_stats.h758 inline bool isIdle() { return thread_is_idle_flag == 1; } in isIdle() function
Dkmp_wait_release.h378 if (this_thr->th.th_stats->isIdle() && in __kmp_wait_template()