Searched refs:__kmpc_end_ordered (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | dllexports | 218 __kmpc_end_ordered 125
|
H A D | kmp_gsupport.cpp | 352 __kmpc_end_ordered(&loc, gtid); in KMP_EXPAND_NAME()
|
H A D | kmp_csupport.cpp | 1108 void __kmpc_end_ordered(ident_t *loc, kmp_int32 gtid) { in __kmpc_end_ordered() function
|
H A D | kmp.h | 4223 KMP_EXPORT void __kmpc_end_ordered(ident_t *, kmp_int32 global_tid);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 282 __OMP_RTL(__kmpc_end_ordered, false, Void, IdentPtr, Int32) 787 __OMP_RTL_ATTRS(__kmpc_end_ordered, BarrierAttrs, AttributeSet(),
|