Searched refs:KMP_SAFE_TO_REAP (Results 1 – 3 of 3) sorted by relevance
348 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()357 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()360 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()462 this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) { in __kmp_wait_template()
4104 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_initialize_info()5510 while (*state != KMP_SAFE_TO_REAP) { in __kmp_free_team()5515 *state = KMP_SAFE_TO_REAP; // reset the flag for dead thread in __kmp_free_team()5662 this_th->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_free_thread()6121 KMP_DEBUG_ASSERT(thread->th.th_reap_state == KMP_SAFE_TO_REAP); in __kmp_internal_end()
1880 #define KMP_SAFE_TO_REAP 1 // Thread th_reap_state: safe to reap (not tasking) macro