openharmony_kernel_liteos_a/kernel/base/ipc
zhushengle 5004ef4d87 fix: 优化liteipc任务状态,删除功能重复字段
LosTaskCB 中 字段waitFlag 用于专门记录任务被阻塞的原因,与ipcStatus 功能重复
Close #I4FVHK

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Ie0998b987ba6e1db050596dec3b359e73ca47686
2021-10-29 12:02:00 +08:00
..
los_event.c feat: L0-L1 支持Trace 2021-08-31 20:29:45 +08:00
los_futex.c fix: OsFutexWaitParamCheck函数中absTime为0时,直接返回,不需要打印 2021-10-10 08:49:56 +00:00
los_ipcdebug.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_mux.c refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
los_queue.c feat: L0-L1 支持Trace 2021-08-31 20:29:45 +08:00
los_queue_debug.c Remove redundant macro definition(OFFSET_OF_FIELD) 2021-05-19 11:20:09 +08:00
los_rwlock.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_sem.c feat: L0-L1 支持Trace 2021-08-31 20:29:45 +08:00
los_sem_debug.c Remove redundant macro definition(OFFSET_OF_FIELD) 2021-05-19 11:20:09 +08:00
los_signal.c fix: 优化liteipc任务状态,删除功能重复字段 2021-10-29 12:02:00 +08:00