Home
last modified time | relevance | path

Searched refs:th_in_pool (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h561 if (TCR_4(th->th.th_in_pool)) { in __kmp_mwait_template()
Dz_Windows_NT_util.cpp433 if (TCR_4(th->th.th_in_pool)) { in __kmp_suspend_template()
Dkmp_runtime.cpp4214 TCW_4(new_thr->th.th_in_pool, FALSE); in __kmp_allocate_thread()
4411 TCW_4(new_thr->th.th_in_pool, FALSE); in __kmp_allocate_thread()
5671 TCW_4(this_th->th.th_in_pool, TRUE); in __kmp_free_thread()
6050 thread->th.th_in_pool = FALSE; in __kmp_internal_end()
Dz_Linux_util.cpp1562 if (TCR_4(th->th.th_in_pool)) { in __kmp_suspend_template()
Dkmp.h2516 int th_in_pool; /* in thread pool (32 bits for TCR/TCW) */ member