Searched refs:th_active_in_pool (Results 1 – 5 of 5) sorted by relevance
732 if (th->th.th_active_in_pool) {733 th->th.th_active_in_pool = FALSE;780 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()
1529 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()
4448 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()
3038 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool member