1. 26 4月, 2023 1 次提交
  2. 17 4月, 2023 2 次提交
  3. 14 4月, 2023 4 次提交
  4. 13 4月, 2023 3 次提交
    • O
      !868 libc-test脚本支持linux执行环境 · 7be45ea0
      openharmony_ci 提交于
      Merge pull request !868 from hhj/runtest_for_linux
      7be45ea0
    • H
      Fix crash that invalid func ptr when dso has dlclosed · 82c18939
      hhj 提交于
      Use atexit to register some callback from dso, but there is no
      unregister interface. After this dso closed, this callback in
      atexit callback chain is invalidate. This workround will save
      the dso that the callback come from, then when dso closed, the
      relative callbacks would cleared.
      
      Issue: #I6UEZQ
      Test:register atexit cb, then dlclose this dso
      Signed-off-by: Nhhj <huanghuijin@huawei.com>
      Change-Id: I0dfc15366dd51bbe677b9700131fbaf57622499c
      82c18939
    • H
      Add runtest_linux.sh for linux os · f9fd3edd
      hhj 提交于
      Libtest only support run in windows, so here add runtest_linux.sh for linux.
      
      Issue: #I6V6HI
      Test:cd third-party/musl/scripts && runtest_linux.sh
      Signed-off-by: Nhhj <huanghuijin@huawei.com>
      Change-Id: I0c5c78455f0e6d4a9e6e83d6e8f2c7f508e8c980
      f9fd3edd
  5. 10 4月, 2023 2 次提交
  6. 09 4月, 2023 2 次提交
    • O
      !861 feat: support EDF · 3bb6a7c2
      openharmony_ci 提交于
      Merge pull request !861 from zhangdengyu/supportEDF0404
      3bb6a7c2
    • Z
      feat: support EDF · cf4228a3
      zhangdengyu 提交于
      方案描述:
      1、liteos_a调i度框架支持EDF调度算法,默认优先调度EDF策略的任务
      2、用户态musl_c库适配新增调度算法,同步修改相关接口以支持用户态创建EDF进程与线程
      
      BREAKING CHANGE:
      support EDF对外变更描述:
      以下接口支持SCHED_DEADLINE调度策略:
      pthread_attr_getschedparam
      pthread_attr_setschedparam
      pthread_getschedparam
      pthread_setschedparam
      pthread_create
      sched_getscheduler
      sched_getparam
      sched_setparam
      sched_setscheduler
      
      Close:#I6T3P3
      Signed-off-by: Nzhangdengyu <zhangdengyu2@huawei.com>
      Change-Id: I1ceefc2fdfaecac7a93e5306da629756f9385f84
      cf4228a3
  7. 04 4月, 2023 1 次提交
  8. 31 3月, 2023 3 次提交
  9. 30 3月, 2023 4 次提交
  10. 29 3月, 2023 1 次提交
  11. 28 3月, 2023 2 次提交
  12. 25 3月, 2023 1 次提交
  13. 24 3月, 2023 1 次提交
  14. 23 3月, 2023 1 次提交
  15. 22 3月, 2023 3 次提交
  16. 17 3月, 2023 1 次提交
  17. 16 3月, 2023 1 次提交
  18. 15 3月, 2023 2 次提交
  19. 14 3月, 2023 4 次提交
  20. 13 3月, 2023 1 次提交