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

References

projects/openmp/runtime/src/kmp_lock.cpp
 1105   spin_here_p = &this_thr->th.th_spin_here;
 1207           this_thr->th.ompt_thread_info.state = prev_state;
 1208           this_thr->th.ompt_thread_info.wait_id = 0;
 1222       prev_state = this_thr->th.ompt_thread_info.state;
 1223       this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck;
 1224       this_thr->th.ompt_thread_info.state = ompt_state_wait_lock;
 1260       this_thr->th.ompt_thread_info.state = prev_state;
 1261       this_thr->th.ompt_thread_info.wait_id = 0;