Searched refs:__kmpc_critical_with_hint (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | dllexports | 373 __kmpc_critical_with_hint 270 382 # USED ABOVE __kmpc_critical_with_hint 270
|
H A D | kmp_csupport.cpp | 1349 __kmpc_critical_with_hint(loc, global_tid, crit, omp_lock_hint_none); in __kmpc_critical() 1570 void __kmpc_critical_with_hint(ident_t *loc, kmp_int32 global_tid, in __kmpc_critical_with_hint() function
|
H A D | kmp.h | 4228 KMP_EXPORT void __kmpc_critical_with_hint(ident_t *, kmp_int32 global_tid,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 265 __OMP_RTL(__kmpc_critical_with_hint, false, Void, IdentPtr, Int32, 764 __OMP_RTL_ATTRS(__kmpc_critical_with_hint, BarrierAttrs, AttributeSet(),
|