Home
last modified time | relevance | path

Searched defs:waitUntilUs (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/synchronization/
DConditionVariable.h111 bool timedWait(StaticLock *userLock, uint64_t waitUntilUs) { in timedWait()
149 bool timedWait(StaticLock* userLock, uint64_t waitUntilUs) { in timedWait()
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h170 BufferQueueResult popLockedBefore(T* buffer, uint64_t waitUntilUs) { in popLockedBefore()