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

Declarations

projects/openmp/runtime/src/kmp.h
 3128 extern int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws);

References

projects/openmp/runtime/src/kmp_csupport.cpp
 1740   kmp_int32 rc = __kmp_enter_single(global_tid, loc, TRUE);
projects/openmp/runtime/src/kmp_gsupport.cpp
  126   kmp_int32 rc = __kmp_enter_single(gtid, &loc, FALSE);
  175   if (__kmp_enter_single(gtid, &loc, FALSE))