Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp4197 kmp_info_t *new_thr; in __kmp_allocate_thread() local
4209 new_thr = CCAST(kmp_info_t *, __kmp_thread_pool); in __kmp_allocate_thread()
4210 __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool; in __kmp_allocate_thread()
4211 if (new_thr == __kmp_thread_pool_insert_pt) { in __kmp_allocate_thread()
4214 TCW_4(new_thr->th.th_in_pool, FALSE); in __kmp_allocate_thread()
4215 __kmp_suspend_initialize_thread(new_thr); in __kmp_allocate_thread()
4216 __kmp_lock_suspend_mx(new_thr); in __kmp_allocate_thread()
4217 if (new_thr->th.th_active_in_pool == TRUE) { in __kmp_allocate_thread()
4218 KMP_DEBUG_ASSERT(new_thr->th.th_active == TRUE); in __kmp_allocate_thread()
4220 new_thr->th.th_active_in_pool = FALSE; in __kmp_allocate_thread()
[all …]