Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h732 if (th->th.th_active_in_pool) {
733 th->th.th_active_in_pool = FALSE;
780 th->th.th_active_in_pool = TRUE;
H A Dz_Windows_NT_util.cpp418 if (th->th.th_active_in_pool) { in __kmp_suspend_template()
419 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()
454 th->th.th_active_in_pool = TRUE; in __kmp_suspend_template()
H A Dz_Linux_util.cpp1529 if (th->th.th_active_in_pool) { in __kmp_suspend_template()
1530 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()
1605 th->th.th_active_in_pool = TRUE; in __kmp_suspend_template()
H A Dkmp_runtime.cpp4448 if (new_thr->th.th_active_in_pool == TRUE) { in __kmp_allocate_thread()
4451 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()
4667 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()
5980 this_th->th.th_active_in_pool = TRUE; in __kmp_free_thread()
5984 KMP_DEBUG_ASSERT(this_th->th.th_active_in_pool == FALSE); in __kmp_free_thread()
6228 if (thread->th.th_active_in_pool) { in __kmp_reap_thread()
6229 thread->th.th_active_in_pool = FALSE; in __kmp_reap_thread()
H A Dkmp.h3038 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool member