Searched refs:__kmp_enter_single (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp126 kmp_int32 rc = __kmp_enter_single(gtid, &loc, FALSE);
175 if (__kmp_enter_single(gtid, &loc, FALSE))
H A Dkmp.h3127 extern int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws);
H A Dkmp_csupport.cpp1725 kmp_int32 rc = __kmp_enter_single(global_tid, loc, TRUE);
H A Dkmp_runtime.cpp708 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) { function

Completed in 105 milliseconds