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

Declarations

projects/openmp/runtime/src/kmp.h
 3487 extern void __kmp_run_before_invoked_task(int gtid, int tid,

References

projects/openmp/runtime/src/kmp_gsupport.cpp
  390     __kmp_run_before_invoked_task(gtid, tid, thr, team);
projects/openmp/runtime/src/kmp_runtime.cpp
 7003   __kmp_run_before_invoked_task(gtid, tid, this_thr, team);
 7138   __kmp_run_before_invoked_task(gtid, 0, this_thr, team);