Searched refs:__kmpc_fork_call (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | dllexports | 227 __kmpc_fork_call 138
|
H A D | kmp_csupport.cpp | 307 void __kmpc_fork_call(ident_t *loc, kmp_int32 argc, kmpc_micro microtask, ...) { in __kmpc_fork_call() function 393 __kmpc_fork_call(loc, argc, microtask, args); in __kmpc_fork_call_if() 395 __kmpc_fork_call(loc, argc, microtask); in __kmpc_fork_call_if()
|
H A D | kmp.h | 4206 KMP_EXPORT void __kmpc_fork_call(ident_t *, kmp_int32 nargs,
|
H A D | kmp_runtime.cpp | 9293 __kmpc_fork_call(nullptr, 0, __kmp_hidden_helper_wrapper_fn); in __kmp_hidden_helper_threads_initz_routine()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 213 __OMP_RTL(__kmpc_fork_call, true, Void, IdentPtr, Int32, ParallelTaskPtr) 694 __OMP_RTL_ATTRS(__kmpc_fork_call, ForkAttrs, AttributeSet(),
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 6263 the declarations of ``__kmpc_fork_teams`` and ``__kmpc_fork_call``, generated for
|