HomeSort by relevance Sort by last modified time
    Searched refs:shouldTimeOut (Results 1 - 2 of 2) sorted by null

  /system/libfmq/
EventFlag.cpp 203 bool shouldTimeOut = timeoutNanoSeconds != 0;
204 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
207 if (shouldTimeOut) {
  /system/libfmq/include/fmq/
MessageQueue.h 772 bool shouldTimeOut = timeOutNanos != 0;
773 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
776 /* It is not required to adjust 'timeOutNanos' if 'shouldTimeOut' is false */
777 if (shouldTimeOut) {
887 bool shouldTimeOut = timeOutNanos != 0;
888 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
891 /* It is not required to adjust 'timeOutNanos' if 'shouldTimeOut' is false */
892 if (shouldTimeOut) {
    [all...]

Completed in 47 milliseconds