kernel_liteos_a/kernel/base/ipc
wjj dc3cc094a7 feat: 支持killpg和waitid
killpg:给进程组发信号
waitid:等待进程结束
修改测试用例到full里面

Change-Id: Ice058ab4a6eede8ecbaacea0894c2161e3b9dce2
Signed-off-by: wjj <502004968@qq.com>
2021-08-12 18:06:55 +08:00
..
los_event.c refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
los_futex.c fix: 修改DoNanoSleep 以纳秒为单位 2021-08-10 11:25:49 +08: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 refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +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 refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00
los_sem_debug.c Remove redundant macro definition(OFFSET_OF_FIELD) 2021-05-19 11:20:09 +08:00
los_signal.c feat: 支持killpg和waitid 2021-08-12 18:06:55 +08:00