openharmony_kernel_liteos_m/kernel/include
kenneth a0b6f98e20 fix: LOS_QueueInfoGet函数统计等待读写任务有误
LOS_QueueInfoGet使用32位无符号数组来记录阻塞队列的任务,每个数组元素的每个bit位对应一个任务编号。
比如第一个数组元素的32个bit位对应任务编号0-31,第二个数组元素的32个bit位对应任务编号32-63....计算任务对应的数组的bit位数时使用
掩码OS_WAIT_TASK_ARRAY_ELEMENT_MASK的值应该为31,不应该依赖任务最大数目。

close #I4C6P2

Signed-off-by: kenneth <zhushangyuan@huawei.com>
2021-09-28 09:40:23 +08:00
..
los_config.h feat: backtrace for arm9 2021-09-24 16:56:58 +08:00
los_event.h fix: fix destroy typo 2021-05-18 10:53:39 +08:00
los_membox.h fix: fix LOS_MEMBOX_ALIGNED macro name 2021-04-26 09:42:24 +08:00
los_memory.h fix: shell模块task命令踩内存问题修改 2021-09-16 15:56:38 +08:00
los_mux.h fix:Fixed kernel error with header protector and header comment description. 2021-04-26 21:13:55 +08:00
los_queue.h fix: LOS_QueueInfoGet函数统计等待读写任务有误 2021-09-28 09:40:23 +08:00
los_sched.h fix: pm模块解冻线程时存在删除空链表且时间片频繁唤醒系统 2021-09-18 11:42:08 +08:00
los_sem.h feat: m核新增posix接口sem_getvalue 2021-06-24 10:43:44 +08:00
los_sortlink.h fix: tick 动态化计算优化,减小中断执行时间对系统总体时间的影响,保证软件定时器的响应精度。 2021-08-09 21:16:22 +08:00
los_swtmr.h fix: tick 动态化计算优化,减小中断执行时间对系统总体时间的影响,保证软件定时器的响应精度。 2021-08-09 21:16:22 +08:00
los_task.h feat: 支持posix 和 cmsis join能力 2021-09-23 18:54:14 +08:00
los_tick.h feat: L0 支持低功耗框架 2021-06-22 13:15:06 +08:00