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

References

projects/openmp/runtime/src/kmp_lock.cpp
 1091   volatile kmp_int32 *head_id_p = &lck->lk.head_id;
 1092   volatile kmp_int32 *tail_id_p = &lck->lk.tail_id;
 1103   KMP_FSYNC_PREPARE(lck);
 1212         KMP_FSYNC_ACQUIRED(lck);
 1223       this_thr->th.ompt_thread_info.wait_id = (uint64_t)lck;
 1241       KMP_WAIT(spin_here_p, FALSE, KMP_EQ, lck);