Searched refs:__kmp_push_workshare (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_error.h | 32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident);
|
D | kmp_sched.cpp | 145 __kmp_push_workshare(global_tid, ct_pdo, loc); in __kmp_for_static_init() 466 __kmp_push_workshare(gtid, ct_pdo, loc); in __kmp_dist_for_static_init()
|
D | kmp_error.cpp | 227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() function
|
D | kmp_runtime.cpp | 757 __kmp_push_workshare(gtid, ct_psingle, id_ref); in __kmp_enter_single()
|