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

References

projects/openmp/runtime/src/kmp_gsupport.cpp
 1200       thread = __kmp_threads[gtid];
 1202       oldInfo = thread->th.ompt_thread_info;
 1203       thread->th.ompt_thread_info.wait_id = 0;
 1204       thread->th.ompt_thread_info.state = ompt_state_work_parallel;
 1216       thread->th.ompt_thread_info = oldInfo;