Searched refs:timGetTime (Results 1 – 6 of 6) sorted by relevance
60 uint64_t timGetTime(void) in timGetTime() function67 uint64_t curTime = timGetTime(); in timDelay()69 while (curTime + length > timGetTime()) in timDelay()132 …if ((!tim->useRtc && tim->expires <= timGetTime()) || (tim->useRtc && tim->expires <= rtcGetTime()… in timFireAsNeededAndUpdateAlarms()151 expires = tim->expires - rtcGetTime() + timGetTime(); in timFireAsNeededAndUpdateAlarms()162 …} while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextT… in timFireAsNeededAndUpdateAlarms()175 uint64_t curTime = useRtc ? rtcGetTime() : timGetTime(); in timTimerSetEx()
205 *timeNanos = timGetTime(); in osExpApiTimGetTime()
40 uint64_t timGetTime(void); /* Time since some stable reference point in nanoseconds */
408 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest()602 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep()
3753 currTime = timGetTime();
4905 currTime = timGetTime(); in lsm6dsm_handleEvent()