Searched refs:__kmp_push_sync (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.h | 34 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,
|
D | kmp_csupport.cpp | 777 __kmp_push_sync(global_tid, ct_master, loc, NULL, 0); in __kmpc_master() 782 __kmp_push_sync(global_tid, ct_master, loc, NULL); in __kmpc_master() 1176 __kmp_push_sync(global_tid, ct_critical, loc, lck); in __kmpc_critical() 1397 __kmp_push_sync(global_tid, ct_critical, loc, lck, in __kmpc_critical_with_hint() 1436 __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() 3233 __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() 3380 __kmp_push_sync(global_tid, ct_reduce, loc, NULL, 0); in __kmpc_reduce_nowait() 3383 __kmp_push_sync(global_tid, ct_reduce, loc, NULL); in __kmpc_reduce_nowait() [all …]
|
D | kmp_dispatch.h | 333 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo() 335 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo()
|
D | kmp_error.cpp | 330 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… function 332 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
|
D | kmp_dispatch.cpp | 52 __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()
|
D | kmp_runtime.cpp | 674 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo() 676 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()
|