kernel_liteos_a/kernel/base/include
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
..
los_base_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_binarytree_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_err_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_event_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_futex_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_ipcdebug_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_membox_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_memory_pri.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_memstat_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_mux_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_oom.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_percpu_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_pmm.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_printf_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_process_pri.h fix: 解决kill进程时无法保证进程的已持有的内核资源合理释放. 2021-05-24 14:29:37 +08:00
los_queue_debug_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_queue_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_rwlock_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_sched_pri.h fix: fix function name OsSchedSetIdleTaskSchedParam 2021-05-18 09:02:48 +08:00
los_sem_debug_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_sem_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_signal.h fix: 解决kill进程时无法保证进程的已持有的内核资源合理释放. 2021-05-24 14:29:37 +08:00
los_sortlink_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_stackinfo_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_stat_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_swtmr_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_sys_pri.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_task_pri.h fix: 修复kill进程时,因liteipc阻塞的进程概率无法退出问题 2021-06-26 17:08:48 +08:00
los_tick_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_typedef_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_vm_boot.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_vm_common.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_vm_dump.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_vm_fault.h fix:Fixed exception not saving stack pointer of SVC mode and abnormal signal processing issues 2021-05-11 09:58:54 +08:00
los_vm_filemap.h feat: add clear cache cmd to /proc/fs_cache 2021-06-24 15:11:50 +08:00
los_vm_iomap.h !157 删除无用的__cplusplus,移除不必要的文件x权限 2021-04-20 09:01:45 +08:00
los_vm_lock.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_vm_map.h chore: rename function OsCreateUserVmSpace 2021-06-16 15:00:53 +08:00
los_vm_page.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_vm_phys.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_vm_shm_pri.h update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
los_vm_syscall.h refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
los_vm_zone.h fix: Delete useless 'exc interaction' macros and function declarations. 2021-05-21 15:10:05 +08:00