Home
last modified time | relevance | path

Searched refs:KMP_SAFE_TO_REAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h547 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) {
H A Dkmp_barrier.cpp283 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()
H A Dkmp_runtime.cpp4300 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()
H A Dkmp.h2129 #define KMP_SAFE_TO_REAP 1 // Thread th_reap_state: safe to reap (not tasking) macro