Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp4339 kmp_info_t *new_thr; in __kmp_allocate_thread() local
4378 new_thr->th.th_task_state = 0; in __kmp_allocate_thread()
4408 __kmp_get_gtid(), new_thr, new_thr->th.th_info.ds.ds_gtid)); in __kmp_allocate_thread()
4411 return new_thr; in __kmp_allocate_thread()
4475 &new_thr->th.th_sleep_loc, sizeof(new_thr->th.th_sleep_loc)); in __kmp_allocate_thread()
4478 &new_thr->th.th_reap_state, sizeof(new_thr->th.th_reap_state)); in __kmp_allocate_thread()
4482 &new_thr->th.th_suspend_init, sizeof(new_thr->th.th_suspend_init)); in __kmp_allocate_thread()
4525 new_thr)); in __kmp_allocate_thread()
4536 __kmp_initialize_bget(new_thr); in __kmp_allocate_thread()
4571 new_thr->th.th_prev_level = 0; in __kmp_allocate_thread()
[all …]