openharmony_kernel_liteos_a/kernel/extended
zhushengle 051d985af0 fixed 7de43bb from https://gitee.com/zhushengle/kernel_liteos_a/pulls/371
fix: 修复kill进程时,因liteipc阻塞的进程概率无法退出问题

 kill进程时,会将因为liteipc阻塞的线程唤醒,使其调度并自动退出,由于liteipc阻塞机制为
循环阻塞方式,会导致将因liteipc阻塞的线程唤醒后又进入等待中。此处在唤醒因liteipc阻塞的
线程后检查是否已有kill标志,如果有使其按接收数据失败退出,在返回用户态之前,该线程会进
入退出流程,结束运行。

Close #I3XX7K

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Iec4e298dff4aefd2994289067a35cb5673e323f9
2021-06-29 17:11:32 +08:00
..
cppsupport remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
cpup refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
dynload fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
include refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
liteipc fixed 7de43bb from https://gitee.com/zhushengle/kernel_liteos_a/pulls/371 2021-06-29 17:11:32 +08:00
trace refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
vdso fix: avoid compile warning ignored 2021-06-15 19:56:21 +08:00
pipes update openharmony 1.0.1 2021-03-11 18:43:57 +08:00