Home
last modified time | relevance | path

Searched refs:LOS_MS2Tick (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_a/kernel/base/misc/
H A Dlos_misc.c51 interval = LOS_MS2Tick(msecs); in LOS_Msleep()
/kernel/liteos_a/kernel/include/
H A Dlos_sys.h171 * @see LOS_MS2Tick
194 extern UINT32 LOS_MS2Tick(UINT32 millisec);
/kernel/liteos_a/kernel/base/core/
H A Dlos_sys.c48 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_MS2Tick(UINT32 millisec) in LOS_MS2Tick() function
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_095.c84 LOS_TaskDelay(LOS_MS2Tick(1000)); // 1000, delay for Timing control. in PthreadF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/
H A DIt_smp_los_swtmr_029.c102 LOS_MS2Tick(10000)); // 10000, Converts the number of milliseconds to the number of ticks,and set timeout in Testcase()
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c85 return LOS_SemPend(table->sem, LOS_MS2Tick(timeout)); in WaitSemTime()
/kernel/liteos_m/kernel/include/
H A Dlos_tick.h377 * @see LOS_MS2Tick
400 extern UINT32 LOS_MS2Tick(UINT32 millisec);
/kernel/liteos_m/kernel/src/
H A Dlos_tick.c309 Function : LOS_MS2Tick
315 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_MS2Tick(UINT32 millisec) in LOS_MS2Tick() function
399 Function : LOS_MS2Tick
H A Dlos_task.c1533 interval = LOS_MS2Tick(mSecs); in LOS_Msleep()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h59 #define LOS_MS2Tick(ms) ((ms) / 10) macro
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.c1159 UINT32 timeout = syncFlag ? LOS_MS2Tick(LITEIPC_TIMEOUT_MS) : LOS_WAIT_FOREVER; in LiteIpcRead()

Completed in 8 milliseconds