Searched refs:__kmp_push_sync (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_error.h | 35 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 D | kmp_csupport.cpp | 771 __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 D | kmp_dispatch.h | 341 __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 D | kmp_error.cpp | 343 __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 D | kmp_taskq.cpp | 40 __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 D | kmp_dispatch.cpp | 53 __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 D | kmp_runtime.cpp | 704 __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()
|