Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp840 __kmp_push_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master()
845 __kmp_push_sync(global_tid, ct_master, loc, NULL); in __kmpc_master()
933 __kmp_push_sync(global_tid, ct_masked, loc, NULL); in __kmpc_masked()
1325 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmpc_critical()
1549 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
1588 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
3473 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmp_enter_critical_section_reduce_block()
3602 __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0); in __kmpc_reduce_nowait()
3605 __kmp_push_sync(global_tid, ct_reduce, loc, NULL); in __kmpc_reduce_nowait()
3831 __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0); in __kmpc_reduce()
[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.cpp641 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo()
643 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()