Home
last modified time | relevance | path

Searched refs:TestTickCountByCurrCpuid (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/
H A DIt_smp_los_task_025.c70 timesliceCount = TestTickCountByCurrCpuid() + LOSCFG_BASE_CORE_TIMESLICE_TIMEOUT - 1; in ItTimeslice002F01()
74 if (timesliceCount <= TestTickCountByCurrCpuid) { in ItTimeslice002F01()
/kernel/liteos_a/testsuites/unittest/common/
H A DosTest.cpp247 UINT64 TestTickCountByCurrCpuid(VOID) in TestTickCountByCurrCpuid() function
260 runtime = TestTickCountByCurrCpuid() + tick; in TestBusyTaskDelay()
262 if (runtime <= TestTickCountByCurrCpuid()) { in TestBusyTaskDelay()
/kernel/liteos_a/testsuites/kernel/src/
H A DosTest.c281 UINT64 TestTickCountByCurrCpuid(VOID) in TestTickCountByCurrCpuid() function
294 runtime = TestTickCountByCurrCpuid() + tick; in TestBusyTaskDelay()
296 if (runtime <= TestTickCountByCurrCpuid()) { in TestBusyTaskDelay()
/kernel/liteos_a/testsuites/kernel/include/
H A DosTest.h148 extern UINT64 TestTickCountByCurrCpuid(void);
/kernel/liteos_a/testsuites/unittest/common/include/
H A DosTest.h131 extern UINT64 TestTickCountByCurrCpuid(void);

Completed in 4 milliseconds