Home
last modified time | relevance | path

Searched refs:__kmp_check_workshare (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_error.h41 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident);
Dkmp_error.cpp206 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() function
231 __kmp_check_workshare(gtid, ct, ident); in __kmp_push_workshare()
Dkmp_runtime.cpp759 __kmp_check_workshare(gtid, ct_psingle, id_ref); in __kmp_enter_single()