openharmony_kernel_liteos_a/kernel/base/core
zhushengle 6917e08431 fix: 修改DoNanoSleep 以纳秒为单位
DoNanoSleep 接口以微秒为单位,纳秒级别的在转换成微秒时被整除为0,
导致转换成tick时为0,导致延时时触发yield,导致延时时间超大
Close #I3Z9DP

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: Ib662fdc80707be6040b2bb06a1b457344bd48b30
2021-08-10 11:25:49 +08:00
..
los_bitmap.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_process.c chore: fix function and variable name spell issues 2021-07-21 08:52:18 +08:00
los_sortlink.c fix: OsGerCurrSchedTimeCycle 函数存在拼写错误 2021-08-06 11:25:21 +08:00
los_swtmr.c fix: OsGerCurrSchedTimeCycle 函数存在拼写错误 2021-08-06 11:25:21 +08:00
los_sys.c fix: 修改DoNanoSleep 以纳秒为单位 2021-08-10 11:25:49 +08:00
los_task.c fix: 在内核提示No idle TCB时,增加打印当前系统任务信息,以方便问题定位。 2021-07-30 12:52:31 +08:00
los_tick.c refactor: 对LiteOS_a内核中menuconfig开关的宏使用#ifdef/#ifndef做预编译处理 2021-07-01 09:08:18 +08:00