Lines Matching full:realtime
290 struct timespec64 realTime = {0}; in OsSetTimeOfDay() local
309 realTime = OsTimeSpecAdd(hwTime, g_accDeltaFromAdj); in OsSetTimeOfDay()
310 realTime = OsTimeSpecAdd(realTime, g_accDeltaFromSet); in OsSetTimeOfDay()
312 tmp = OsTimeSpecSub(setTime, realTime); in OsSetTimeOfDay()
361 struct timespec64 realTime = {0}; in OsGetTimeOfDay() local
366 realTime = OsTimeSpecAdd(hwTime, g_accDeltaFromAdj); in OsGetTimeOfDay()
367 realTime = OsTimeSpecAdd(realTime, g_accDeltaFromSet); in OsGetTimeOfDay()
370 tv->tv_sec = realTime.tv_sec; in OsGetTimeOfDay()
371 tv->tv_usec = realTime.tv_nsec / OS_SYS_NS_PER_US; in OsGetTimeOfDay()
429 /* we only support the realtime clock currently */ in clock_settime()
702 /* we only support the realtime clock currently */ in clock_nanosleep()
1108 /* we only support the realtime clock timer currently */ in setitimer()
1160 /* we only support the realtime clock timer currently */ in getitimer()