Home
last modified time | relevance | path

Searched refs:__kmp_push_workshare (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_error.h32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident);
Dkmp_sched.cpp145 __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()
Dkmp_error.cpp227 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() function
Dkmp_runtime.cpp757 __kmp_push_workshare(gtid, ct_psingle, id_ref); in __kmp_enter_single()