Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h348 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()
Dkmp_runtime.cpp4104 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()
Dkmp.h1880 #define KMP_SAFE_TO_REAP 1 // Thread th_reap_state: safe to reap (not tasking) macro