Home
last modified time | relevance | path

Searched refs:th_reap_state (Results 1 – 4 of 4) 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()
444 this_thr->th.th_reap_state = KMP_NOT_SAFE_TO_REAP; in __kmp_wait_template()
Dkmp_runtime.cpp4059 this_thr->th.th_reap_state = KMP_NOT_SAFE_TO_REAP; in __kmp_initialize_info()
4061 this_thr->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_initialize_info()
4318 &new_thr->th.th_reap_state, sizeof(new_thr->th.th_reap_state)); in __kmp_allocate_thread()
5449 volatile kmp_uint32 *state = &th->th.th_reap_state; 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.h2598 kmp_uint32 th_reap_state; // Non-zero indicates thread is not member
Dkmp_tasking.cpp2831 thread->th.th_reap_state = KMP_NOT_SAFE_TO_REAP; in __kmp_execute_tasks_template()