CONFIG_WAITQ_DUMB

Simple linked-list wait_q

Type: bool

Help

When selected, the wait_q will be implemented with a doubly-linked list. Choose this if you expect to have only a few threads blocked on any single IPC primitive.

Direct dependencies

<choice WAITQ_ALGORITHM: Wait queue priority algorithm>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At kernel/Kconfig:269

Included via Kconfig:10Kconfig.zephyr:25

Menu path: (top menu) → General Kernel Options → Wait queue priority algorithm

config WAITQ_DUMB
    bool
    prompt "Simple linked-list wait_q" if <choice WAITQ_ALGORITHM: Wait queue priority algorithm>
    depends on <choice WAITQ_ALGORITHM: Wait queue priority algorithm>
    help
      When selected, the wait_q will be implemented with a
      doubly-linked list.  Choose this if you expect to have only
      a few threads blocked on any single IPC primitive.

(Definitions include propagated dependencies, including from if’s and menus.)