Searched defs:waitUntilUs (Results 1 – 5 of 5) sorted by relevance
111 bool timedWait(StaticLock *userLock, uint64_t waitUntilUs) { in timedWait()149 bool timedWait(StaticLock* userLock, uint64_t waitUntilUs) { in timedWait()
117 bool timedWait(StaticLock<IsRecursive>* userLock, System::Duration waitUntilUs) { in timedWait()157 bool timedWait(StaticLock<IsRecursive>* userLock, uint64_t waitUntilUs) { in timedWait()
184 BufferQueueResult popLockedBefore(T* buffer, uint64_t waitUntilUs) { in popLockedBefore()
111 IoResult RenderChannelImpl::readBefore(Buffer* buffer, Duration waitUntilUs) { in readBefore()
5534 auto waitUntilUs = nextDeadline(); in hostSyncCommandBuffer() local5570 auto waitUntilUs = nextDeadline(); in hostSyncQueue() local