Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h41 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident);
H A Dkmp_error.cpp212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() function
237 __kmp_check_workshare(gtid, ct, ident); in __kmp_push_workshare()
H A Dkmp_runtime.cpp741 __kmp_check_workshare(gtid, ct_psingle, id_ref); in __kmp_enter_single()