Home
last modified time | relevance | path

Searched refs:__kmp_push_sync (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h34 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
37 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
H A Dkmp_csupport.cpp896 __kmp_push_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master()
901 __kmp_push_sync(global_tid, ct_master, loc, NULL); in __kmpc_master()
984 __kmp_push_sync(global_tid, ct_masked, loc, NULL, 0); in __kmpc_masked()
989 __kmp_push_sync(global_tid, ct_masked, loc, NULL); in __kmpc_masked()
1381 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmpc_critical()
1605 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
1644 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
3503 __kmp_push_sync(global_tid, ct_critical, loc, lck, __kmp_user_lock_seq); in __kmp_enter_critical_section_reduce_block()
3511 __kmp_push_sync(global_tid, ct_critical, loc, lck, __kmp_user_lock_seq); in __kmp_enter_critical_section_reduce_block()
3529 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmp_enter_critical_section_reduce_block()
[all …]
H A Dkmp_dispatch.h340 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo()
342 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo()
H A Dkmp_error.cpp336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… function
338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
H A Dkmp_dispatch.cpp52 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo_error()
54 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo_error()
H A Dkmp_runtime.cpp656 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo()
658 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()