Home
last modified time | relevance | path

Searched refs:KMP_YIELD_OVERSUB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp164 KMP_YIELD_OVERSUB(); in __kmp_release_tas_lock()
465 KMP_YIELD_OVERSUB(); in __kmp_release_futex_lock()
1267 KMP_YIELD_OVERSUB(); in __kmp_acquire_queuing_lock_timed_template()
H A Dkmp_csupport.cpp1278 KMP_YIELD_OVERSUB(); \
H A Dkmp.h1598 #define KMP_YIELD_OVERSUB() \ macro