Searched refs:root_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp371 kmp_info_t *root_thread = ompt_get_thread(); local
373 ompt_set_thread_state(root_thread, ompt_state_overhead);
387 ompt_set_thread_state(root_thread, ompt_state_work_serial);
H A Dkmp_runtime.cpp3565 kmp_info_t *root_thread; local
3659 root_thread = root->r.r_uber_thread;
3661 root_thread = (kmp_info_t *)__kmp_allocate(sizeof(kmp_info_t));
3663 __kmp_print_thread_storage_map(root_thread, gtid);
3665 root_thread->th.th_info.ds.ds_gtid = gtid;
3667 root_thread->th.ompt_thread_info.thread_data = ompt_data_none;
3669 root_thread->th.th_root = root;
3671 root_thread->th.th_cons = __kmp_allocate_cons_stack(gtid);
3674 __kmp_initialize_fast_memory(root_thread);
3678 KMP_DEBUG_ASSERT(root_thread
3771 kmp_info_t *root_thread = ompt_get_thread(); local
[all...]

Completed in 95 milliseconds