Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DSemaphore.cpp59 int nanoTotal = timeOld.tv_nsec + nanoSecToGo; in timedWait() local
61 if (nanoTotal > ONE_SEC_IN_NANOSEC) { in timedWait()
62 nanoTotal -= ONE_SEC_IN_NANOSEC; in timedWait()
66 timeNew.tv_nsec = nanoTotal; in timedWait()