zephyr/doc/kernel
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_structures doc: Fix double 'the' 2023-11-15 14:25:11 +00:00
drivers doc: fix typo in multiple directories (build, hardware, kernel, project) 2024-01-26 13:16:18 +01:00
iterable_sections doc: move misc services into OS Service section 2022-04-07 16:35:19 +02:00
memory_management doc: fix typo in multiple directories (build, hardware, kernel, project) 2024-01-26 13:16:18 +01:00
object_cores doc: Add missing threads references to object cores 2023-10-09 10:16:46 +02:00
services sched: Remove multi-level queue priority limit 2024-03-12 19:37:40 -04:00
timing_functions os: timing: polish doxygen 2023-12-12 19:10:33 +01:00
usermode syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
util doc: move utility functions to kernel 2022-04-07 16:35:19 +02:00
code-relocation.rst code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
index.rst doc: Add object core documentation 2023-09-30 08:04:14 +03:00
timeutil.rst bluetooth: mesh: Doc fix Bluetooth mesh to Mesh 2023-12-01 10:56:18 +00:00