Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_error.h35 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
38 void __kmp_push_sync(int gtid, enum cons_type ct, ident_t const *ident,
H A Dkmp_csupport.cpp771 __kmp_push_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master()
776 __kmp_push_sync(global_tid, ct_master, loc, NULL); in __kmpc_master()
1175 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmpc_critical()
1395 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
1434 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint()
3225 __kmp_push_sync(global_tid, ct_critical, loc, lck, __kmp_user_lock_seq); in __kmp_enter_critical_section_reduce_block()
3251 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmp_enter_critical_section_reduce_block()
3381 __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0); in __kmpc_reduce_nowait()
3384 __kmp_push_sync(global_tid, ct_reduce, loc, NULL); in __kmpc_reduce_nowait()
3601 __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0); in __kmpc_reduce()
[all …]
H A Dkmp_dispatch.h341 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo()
343 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo()
H A Dkmp_error.cpp343 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… function
345 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
H A Dkmp_taskq.cpp40 __kmp_push_sync(gtid, ct_ordered_in_taskq, loc_ref, NULL, 0); in __kmp_taskq_eo()
42 __kmp_push_sync(gtid, ct_ordered_in_taskq, loc_ref, NULL); in __kmp_taskq_eo()
H A Dkmp_dispatch.cpp53 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo_error()
55 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo_error()
H A Dkmp_runtime.cpp704 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo()
706 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()