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.h733 if (th->th.th_active_in_pool) {
734 th->th.th_active_in_pool = FALSE;
781 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.cpp1546 if (th->th.th_active_in_pool) { in __kmp_suspend_template()
1547 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()
1622 th->th.th_active_in_pool = TRUE; in __kmp_suspend_template()
H A Dkmp_runtime.cpp4457 if (new_thr->th.th_active_in_pool == TRUE) { in __kmp_allocate_thread()
4460 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()
4676 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()
5989 this_th->th.th_active_in_pool = TRUE; in __kmp_free_thread()
5993 KMP_DEBUG_ASSERT(this_th->th.th_active_in_pool == FALSE); in __kmp_free_thread()
6237 if (thread->th.th_active_in_pool) { in __kmp_reap_thread()
6238 thread->th.th_active_in_pool = FALSE; in __kmp_reap_thread()
H A Dkmp.h3086 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool member