Searched refs:th_active_in_pool (Results 1 – 5 of 5) sorted by relevance
517 if (th->th.th_active_in_pool) { in __kmp_mwait_template()518 th->th.th_active_in_pool = FALSE; in __kmp_mwait_template()563 th->th.th_active_in_pool = TRUE; in __kmp_mwait_template()
408 if (th->th.th_active_in_pool) { in __kmp_suspend_template()409 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()435 th->th.th_active_in_pool = TRUE; in __kmp_suspend_template()
1505 if (th->th.th_active_in_pool) { in __kmp_suspend_template()1506 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()1564 th->th.th_active_in_pool = TRUE; in __kmp_suspend_template()
4217 if (new_thr->th.th_active_in_pool == TRUE) { in __kmp_allocate_thread()4220 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()4412 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()5676 this_th->th.th_active_in_pool = TRUE; in __kmp_free_thread()5680 KMP_DEBUG_ASSERT(this_th->th.th_active_in_pool == FALSE); in __kmp_free_thread()5905 if (thread->th.th_active_in_pool) { in __kmp_reap_thread()5906 thread->th.th_active_in_pool = FALSE; in __kmp_reap_thread()
2603 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool member