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

Declarations

projects/openmp/runtime/src/kmp_error.h
   34 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,

References

projects/openmp/runtime/src/kmp_csupport.cpp
  798       __kmp_push_sync(global_tid, ct_master, loc, NULL, 0);
 1417       __kmp_push_sync(global_tid, ct_critical, loc, lck,
 1456       __kmp_push_sync(global_tid, ct_critical, loc, lck,
 3249       __kmp_push_sync(global_tid, ct_critical, loc, lck, __kmp_user_lock_seq);
 3257       __kmp_push_sync(global_tid, ct_critical, loc, lck, __kmp_user_lock_seq);
 3403     __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0);
 3619     __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0);
projects/openmp/runtime/src/kmp_dispatch.cpp
   52       __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL, 0);
projects/openmp/runtime/src/kmp_dispatch.h
  333       __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0);
projects/openmp/runtime/src/kmp_runtime.cpp
  665       __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0);