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;
 1124   *spin_here_p = TRUE; /* before enqueuing to prevent race */
 1194         *spin_here_p = FALSE;
 1241       KMP_WAIT(spin_here_p, FALSE, KMP_EQ, lck);