commit | 1f5f0cf838aa1e0b5dc303fcb9e96fd9fce70704 | [log] [tgz] |
---|---|---|
author | TaiJu Wu <tjwu1217@gmail.com> | Thu Mar 07 03:44:22 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 12 19:37:40 2024 -0400 |
tree | 1bb26d762d13912bc073e65b7ea30e46faa3781e | |
parent | a63b3d1de6915f21db049fa180c4b0ba3757135b [diff] |
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>