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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  895   if (th->th.th_dispatch->th_deo_fcn != 0)
  896     (*th->th.th_dispatch->th_deo_fcn)(&gtid, &cid, loc);
projects/openmp/runtime/src/kmp_dispatch.cpp
  877       th->th.th_dispatch->th_deo_fcn = __kmp_dispatch_deo_error;
  880       th->th.th_dispatch->th_deo_fcn = __kmp_dispatch_deo<UT>;
 2108       th->th.th_dispatch->th_deo_fcn = NULL;
projects/openmp/runtime/src/kmp_runtime.cpp
 4160     dispatch->th_deo_fcn = 0; /* ORDERED     */