Home
last modified time | relevance | path

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

/system/libfmq/
DEventFlag.cpp204 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in wait() local
213 timeoutNanoSeconds -= currentTimeNs - prevTimeNs; in wait()
214 prevTimeNs = currentTimeNs; in wait()