Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h32 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident);
H A Dkmp_sched.cpp151 __kmp_push_workshare(global_tid, ct_pdo, loc); in __kmp_for_static_init()
522 __kmp_push_workshare(gtid, ct_pdo, loc); in __kmp_dist_for_static_init()
H A Dkmp_error.cpp233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() function
H A Dkmp_collapse.cpp1597 __kmp_push_workshare(gtid, ct_pdo, loc); in __kmpc_for_collapsed_init()
H A Dkmp_runtime.cpp739 __kmp_push_workshare(gtid, ct_psingle, id_ref); in __kmp_enter_single()