Home
last modified time | relevance | path

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

/system/libfmq/
DEventFlag.cpp170 bool shouldTimeOut = timeoutNanoSeconds != 0; in wait() local
171 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in wait()
179 if (shouldTimeOut) { in wait()
/system/libfmq/include/fmq/
DMessageQueueBase.h944 bool shouldTimeOut = timeOutNanos != 0; in writeBlocking() local
945 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in writeBlocking()
949 if (shouldTimeOut) { in writeBlocking()
1061 bool shouldTimeOut = timeOutNanos != 0; in readBlocking() local
1062 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in readBlocking()
1066 if (shouldTimeOut) { in readBlocking()