Searched refs:lk_adaptive (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_lock.c171 static __read_mostly bool lk_adaptive = true; variable
173 SYSCTL_BOOL(_debug_lockmgr, OID_AUTO, adaptive_spinning, CTLFLAG_RW, &lk_adaptive,
611 if (!lk_adaptive)
836 if (!lk_adaptive)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h601 lk_adaptive enumerator in enum:kmp_lock_kind
H A Dkmp_settings.cpp4738 __kmp_user_lock_kind = lk_adaptive;
4821 case lk_adaptive:
H A Dkmp_csupport.cpp1491 case lk_adaptive:
H A Dkmp_lock.cpp3715 case lk_adaptive: {

Completed in 206 milliseconds