Searched refs:th_active_in_pool (Results 1 – 5 of 5) sorted by relevance
733 if (th->th.th_active_in_pool) {734 th->th.th_active_in_pool = FALSE;781 th->th.th_active_in_pool = TRUE;
418 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()
1546 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()
4457 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()
3086 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool member