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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 1448     thread = __kmp_threads[gtid];
 1449     oldInfo = thread->th.ompt_thread_info;
 1450     thread->th.ompt_thread_info.wait_id = 0;
 1451     thread->th.ompt_thread_info.state = (thread->th.th_team_serialized)
 1451     thread->th.ompt_thread_info.state = (thread->th.th_team_serialized)
 1468     thread = __kmp_threads[gtid];
 1469     kmp_team_t *this_team = thread->th.th_team;
 1534       thread = __kmp_threads[gtid];
 1536       if (thread->th.th_bar_arrive_time)
 1556       thread->th.th_bar_arrive_time += (__itt_get_timestamp() - cur_time);
 1568       thread->th.ompt_thread_info = oldInfo;