Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPKinds.def174 __OMP_RTL(__kmpc_serialized_parallel, false, Void, IdentPtr, Int32)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDdllexports240 __kmpc_serialized_parallel 150
HDkmp.h3609 KMP_EXPORT void __kmpc_serialized_parallel(ident_t *, kmp_int32 global_tid);
HDkmp_csupport.cpp464 void __kmpc_serialized_parallel(ident_t *loc, kmp_int32 global_tid) { in __kmpc_serialized_parallel() function
HDkmp_runtime.cpp1506 __kmpc_serialized_parallel(loc, gtid); in __kmp_fork_call()
1710 __kmpc_serialized_parallel(loc, gtid); in __kmp_fork_call()