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

  /system/libfmq/include/fmq/
EventFlag.h 146 inline void addNanosecondsToCurrentTime(int64_t nanoseconds, struct timespec* timeAbs);
  /system/libfmq/
EventFlag.cpp 168 addNanosecondsToCurrentTime(timeoutNanoSeconds, &waitTimeAbsolute);
260 void EventFlag::addNanosecondsToCurrentTime(int64_t nanoSeconds, struct timespec* waitTime) {

Completed in 192 milliseconds