Searched refs:timGetTime (Results 1 – 5 of 5) sorted by relevance
50 uint64_t timGetTime(void) in timGetTime() function110 if (tim->expires <= timGetTime()) { in timFireAsNeededAndUpdateAlarms()135 …} while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextT… in timFireAsNeededAndUpdateAlarms()148 uint64_t curTime = timGetTime(); in timTimerSetEx()
189 *timeNanos = timGetTime(); in osExpApiTimGetTime()
40 uint64_t timGetTime(void); /* Time since some stable reference point in nanoseconds */
407 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest()595 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep()
2950 currTime = timGetTime(); in handleEvent()