Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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,
Dkmp_csupport.cpp777 __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 …]
Dkmp_dispatch.h333 __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()
Dkmp_error.cpp330 __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 )
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()
Dkmp_runtime.cpp674 __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()