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

Close #I3XX7K

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Iec4e298dff4aefd2994289067a35cb5673e323f9
2021-06-26 17:08:48 +08:00
..
core feat: add /proc/fd file to dump the pid/fd/path information 2021-06-22 17:27:25 +08:00
include fix: 修复kill进程时,因liteipc阻塞的进程概率无法退出问题 2021-06-26 17:08:48 +08:00
ipc chore: fix typos 2021-06-16 14:52:06 +08:00
mem fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。 2021-06-22 09:54:31 +08:00
misc fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
mp refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
om remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
sched/sched_sq fix: fix function name OsSchedSetIdleTaskSchedParam 2021-05-18 09:02:48 +08:00
vm !323 fix: 修复内核堆完整性检查逻辑中访问非法指针导致系统异常问题。 2021-06-24 06:45:45 +00:00
BUILD.gn remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
Makefile remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00