zephyr/doc/kernel/services
TaiJu Wu 1f5f0cf838 sched: Remove multi-level queue priority limit
Modified bitmask to  bitmask array, it can make multilevel queue remove
32 bit prioriry limit.

We can scan bitmask array to find which queue have ready thread.

Only need the number of queues as priority because the priority
is checked on create_thread.

Signed-off-by: TaiJu Wu <tjwu1217@gmail.com>
2024-03-12 19:37:40 -04:00
..
data_passing doc: kernel: services: mailboxes: remove extra '.' 2024-02-27 19:15:27 -05:00
other
scheduling sched: Remove multi-level queue priority limit 2024-03-12 19:37:40 -04:00
smp
synchronization
threads
timing
index.rst
interrupts.rst doc: kernel: interrupts: remove concept of 'interrupt handler function' 2024-02-08 09:01:50 +01:00
polling.rst doc: kernel: Add message queue & pipe to poll docs 2024-02-02 13:20:00 +01:00