Searched refs:__kmp_enter_single (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_gsupport.cpp | 193 kmp_int32 rc = __kmp_enter_single(gtid, &loc, FALSE); in KMP_EXPAND_NAME() 242 if (__kmp_enter_single(gtid, &loc, FALSE)) in KMP_EXPAND_NAME()
|
D | kmp.h | 3229 extern int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws);
|
D | kmp_csupport.cpp | 1716 kmp_int32 rc = __kmp_enter_single(global_tid, loc, TRUE); in __kmpc_single()
|
D | kmp_runtime.cpp | 717 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) { in __kmp_enter_single() function
|