Home
last modified time | relevance | path

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

/system/libfmq/
DEventFlag.cpp203 bool shouldTimeOut = timeoutNanoSeconds != 0; in wait() local
204 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in wait()
207 if (shouldTimeOut) { in wait()
/system/libfmq/include/fmq/
DMessageQueue.h772 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
773 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in writeBlocking()
777 if (shouldTimeOut) { in writeBlocking()
887 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
888 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in readBlocking()
892 if (shouldTimeOut) { in readBlocking()