Home
last modified time | relevance | path

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

/system/libfmq/
DEventFlag.cpp206 bool shouldTimeOut = timeoutNanoSeconds != 0; in wait() local
207 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in wait()
210 if (shouldTimeOut) { in wait()
/system/libfmq/include/fmq/
DMessageQueue.h780 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
781 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in writeBlocking()
785 if (shouldTimeOut) { in writeBlocking()
902 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
903 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in readBlocking()
907 if (shouldTimeOut) { in readBlocking()