0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. kernel_liteos_a
  2. /
  3. kernel
  4. /
  5. extended
  6. /
  7. liteipc
Yyang-pangyuanIssueNo: https://gitcode.com/openharmony/kernel_liteos_a/issues/1067
553aa4f0创建于 16 天前历史提交
文件最后提交记录最后更新时间
BUILD.gn
feat: add support for gn build system add BUILD.gn for all kernel modules Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I018446427bf64615f2596d47862b219659b58b34 4 年前
Makefile
refactor: 清理Makefile冗余项 清理Makefile冗余项,各模块Makefile里不需要再次引用公共路径,只需引用私有头文件路径 close: #I49MOO Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: I2dd7189c866498896461f78bfed5444ae1d86876 4 年前
hm_liteipc.c
IssueNo: https://gitcode.com/openharmony/kernel_liteos_a/issues/1067 Feature or Bugfix: Bugfix ~ Binary Source: No Signed-off-by: yang-pangyuan <yangpangyuan1@h-partners.com> Signed-off-by: yang-pangyuan <yangpangyuan1@h-partners.com>16 天前
hm_liteipc.h
feat: 支持pid容器 BREAKING CHANGE: 支持pid容器对外变更描述: 1.支持pid容器,使用clone(CLONE_NEWPID)创建 2.shell命令 task -a 不再显示线程信息,只显示系统所有进程信息 3.task命令新增参数-p, task -p pid 可查看改进程下的所有线程信息 4.使用LOS_TaskCreateOnly创建任务时, TSK_INIT_PARAM_S中的processID由原来的记录进程ID修改为记录进程控制块PCB Close #I68LVW Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I0895da9099cb285b3195af5e383d0fdeaf5c0087 Change-Id: I46a7642eeee73a4531c241e3ba6290dd302600a7 3 年前