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

References

projects/openmp/runtime/src/kmp_lock.cpp
 1205         if (ompt_enabled.enabled && prev_state != ompt_state_undefined) {
 1207           this_thr->th.ompt_thread_info.state = prev_state;
 1220     if (ompt_enabled.enabled && prev_state == ompt_state_undefined) {
 1222       prev_state = this_thr->th.ompt_thread_info.state;
 1260       this_thr->th.ompt_thread_info.state = prev_state;