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

References

projects/openmp/runtime/src/kmp_dispatch.h
  289 static UT __kmp_wait(volatile UT *spinner, UT checker,
  289 static UT __kmp_wait(volatile UT *spinner, UT checker,
  289 static UT __kmp_wait(volatile UT *spinner, UT checker,
  290                      kmp_uint32 (*pred)(UT, UT) USE_ITT_BUILD_ARG(void *obj)) {
  290                      kmp_uint32 (*pred)(UT, UT) USE_ITT_BUILD_ARG(void *obj)) {
  292   volatile UT *spin = spinner;
  293   UT check = checker;
  295   kmp_uint32 (*f)(UT, UT) = pred;
  295   kmp_uint32 (*f)(UT, UT) = pred;
  296   UT r;