Home
last modified time | relevance | path

Searched refs:curTime (Results 1 - 12 of 12) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/hwi_nesting/full/
H A DIt_los_hwi_nesting_007.c49 UINT64 curTime; in NestingPrioHigh() local
50 curTime = LOS_CurrNanosec(); in NestingPrioHigh()
51 g_recordTime[g_saveIndex] = curTime - g_intPendTime; in NestingPrioHigh()
52 dprintf("curTime = %lld, pendTime = %lld \n", curTime, g_intPendTime); in NestingPrioHigh()
53 dprintf("%lld\n", curTime - g_intPendTime); in NestingPrioHigh()
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c160 struct timespec curTime = {0}; in PollTimedWait() local
179 clock_gettime(CLOCK_REALTIME, &curTime); in PollTimedWait()
180 last = (INT32)((curTime.tv_sec - startTime.tv_sec) * OS_SYS_MS_PER_SECOND + in PollTimedWait()
181 (curTime.tv_nsec - startTime.tv_nsec) / (OS_SYS_NS_PER_SECOND / OS_SYS_MS_PER_SECOND)); in PollTimedWait()
H A Dpthread_mutex.c334 struct timespec curTime = {0}; in pthread_mutex_timedlock() local
365 ret = clock_gettime(CLOCK_REALTIME, &curTime); in pthread_mutex_timedlock()
369 timeoutNs = (absTimeout->tv_sec - curTime.tv_sec) * OS_SYS_NS_PER_SECOND + (absTimeout->tv_nsec - curTime.tv_nsec); in pthread_mutex_timedlock()
/kernel/liteos_a/kernel/base/sched/
H A Dlos_statistics.c307 UINT64 curTime; in OsShellShowEdfSchedStatistics() local
331 curTime = OS_SYS_CYCLE_TO_US(HalClockGetCycles()); in OsShellShowEdfSchedStatistics()
337 task.taskID, curTime, deadline, finishTime, task.taskName); in OsShellShowEdfSchedStatistics()
/kernel/liteos_a/kernel/extended/trace/pipeline/
H A Dtrace_pipeline.c70 { CUR_TIME, LOS_OFF_SET_OF(TraceEventFrame, curTime), sizeof(UINT64) },
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_pipeline.c70 { CUR_TIME, LOS_OFF_SET_OF(TraceEventFrame, curTime), sizeof(UINT64) },
/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_offline.c184 PRINTK("%-7u 0x%-15llx 0x%-12x 0x%-7x 0x%-7x 0x%-11x ", i, frame->curTime, frame->eventType, in OsTraceInfoEventData()
H A Dlos_trace.c100 frame->curTime = HalClockGetCycles(); in OsTraceSetFrame()
/kernel/liteos_m/components/trace/
H A Dtrace_offline.c179 PRINTK("%-7u 0x%-15llx 0x%-12x 0x%-7x 0x%-11x ", i, (UINT32)frame->curTime, frame->eventType, in OsTraceInfoEventData()
H A Dlos_trace.h231 UINT64 curTime; /**< current timestamp */ member
H A Dlos_trace.c97 frame->curTime = LOS_SysCycleGet(); in OsTraceSetFrame()
/kernel/liteos_a/kernel/include/
H A Dlos_trace.h244 UINT64 curTime; /**< current timestamp */ member

Completed in 7 milliseconds