Home
last modified time | relevance | path

Searched refs:timeOld (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/lib/src/
DSemaphore.cpp51 struct timespec timeOld; in timedWait() local
52 if (clock_gettime(CLOCK_REALTIME, &timeOld) != 0) { in timedWait()
58 struct timespec timeNew = timeOld; in timedWait()
59 int nanoTotal = timeOld.tv_nsec + nanoSecToGo; in timedWait()