mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Document the MUTEX_WAKE_ALL option and turn it on in LINT.
This commit is contained in:
parent
148924742b
commit
4f02f1d566
1 changed files with 5 additions and 0 deletions
|
|
@ -178,6 +178,11 @@ options ADAPTIVE_MUTEXES
|
|||
# and WITNESS options.
|
||||
options MUTEX_NOINLINE
|
||||
|
||||
# MUTEX_WAKE_ALL changes the mutex unlock algorithm to wake all waiters
|
||||
# when a contested mutex is released rather than just awaking the highest
|
||||
# priority waiter.
|
||||
options MUTEX_WAKE_ALL
|
||||
|
||||
# SMP Debugging Options:
|
||||
#
|
||||
# MUTEX_DEBUG enables various extra assertions in the mutex code.
|
||||
|
|
|
|||
Loading…
Reference in a new issue