Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h765 inline bool isIdle() { return thread_is_idle_flag == 1; } in isIdle() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp780 bool isIdle() const { return (NextID == 0 && !NotMapped); } in isIdle() function