Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h349 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()
358 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()
361 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_wait_template()
443 this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) { in __kmp_wait_template()
Dkmp_runtime.cpp4061 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_initialize_info()
5450 while (*state != KMP_SAFE_TO_REAP) { in __kmp_free_team()
5455 *state = KMP_SAFE_TO_REAP; // reset the flag for dead thread in __kmp_free_team()
5602 this_th->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_free_thread()
6048 KMP_DEBUG_ASSERT(thread->th.th_reap_state == KMP_SAFE_TO_REAP); in __kmp_internal_end()
Dkmp.h1857 #define KMP_SAFE_TO_REAP 1 // Thread th_reap_state: safe to reap (not tasking) macro