Searched refs:KMP_SAFE_TO_REAP (Results 1 – 4 of 4) sorted by relevance
547 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;556 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;559 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;658 this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) {
283 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_dist_barrier_gather()286 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_dist_barrier_gather()294 this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) { in __kmp_dist_barrier_gather()332 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_dist_barrier_gather()335 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_dist_barrier_gather()343 this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) { in __kmp_dist_barrier_gather()
4300 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_initialize_info()5714 while (*state != KMP_SAFE_TO_REAP) { in __kmp_free_team()5719 *state = KMP_SAFE_TO_REAP; // reset the flag for dead thread in __kmp_free_team()5906 this_th->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_free_thread()6391 KMP_DEBUG_ASSERT(thread->th.th_reap_state == KMP_SAFE_TO_REAP); in __kmp_internal_end()
2129 #define KMP_SAFE_TO_REAP 1 // Thread th_reap_state: safe to reap (not tasking) macro