Home
last modified time | relevance | path

Searched refs:LOS_Mdelay (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/
DIt_extend_cpup_012.c51 LOS_Mdelay(5000); // 5000, set delay time. in TaskF01()
73 LOS_Mdelay(5000); // 5000, set delay time. in TaskF01()
/kernel/liteos_a/kernel/include/
Dlos_tick.h172 extern VOID LOS_Mdelay(UINT32 usecs);
/kernel/liteos_a/arch/arm/arm/src/
Dlos_hw_tick.c72 LITE_OS_SEC_TEXT_MINOR VOID LOS_Mdelay(UINT32 msecs) in LOS_Mdelay() function
Dlos_exc.c1002 LOS_Mdelay(EXC_WAIT_INTER); in WaitAllCpuStop()
1030 LOS_Mdelay(EXC_WAIT_INTER); in OsWaitOtherCoresHandleExcEnd()
1218 LOS_Mdelay(3000); /* 3000: System dead, delay 3 seconds after system restart */ in OsExcHandleEntry()
/kernel/liteos_a/kernel/common/
Dconsole.c1617 LOS_Mdelay(1); /* 1: wait console task pend */ in OsWaitConsoleSendTaskPend()