-
choice WAITQ_ALGORITHM: Wait queue priority algorithm
Wait queue priority algorithm
Type: bool
Help¶
The wait_q abstraction used in IPC primitives to pend threads for later wakeup shares the same backend data structure choices as the scheduler, and can use the same options.
Defaults¶
Choice options¶
Kconfig definition¶
At kernel/Kconfig:265
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → General Kernel Options
choice WAITQ_ALGORITHM
bool
prompt "Wait queue priority algorithm"
default WAITQ_DUMB
help
The wait_q abstraction used in IPC primitives to pend
threads for later wakeup shares the same backend data
structure choices as the scheduler, and can use the same
options.
(Definitions include propagated dependencies, including from if’s and menus.)