reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5662   int gtid = this_thr->th.th_info.ds.ds_gtid;
 5670     this_thr->th.th_cons = __kmp_allocate_cons_stack(gtid); // ATT: Memory leak?
 5676     thread_data = &(this_thr->th.ompt_thread_info.thread_data);
 5679     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 5680     this_thr->th.ompt_thread_info.wait_id = 0;
 5681     this_thr->th.ompt_thread_info.idle_frame = OMPT_GET_FRAME_ADDRESS(0);
 5682     this_thr->th.ompt_thread_info.parallel_flags = 0;
 5687     this_thr->th.ompt_thread_info.state = ompt_state_idle;
 5704       this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 5708     pteam = &this_thr->th.th_team;
 5724           this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 5741         this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 5756   this_thr->th.th_task_team = NULL;
 5762   return this_thr;