Home
last modified time | relevance | path

Searched refs:timedWait (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/
DAndroidConditionVariable.h117 bool timedWait(StaticLock<IsRecursive>* userLock, System::Duration waitUntilUs) { in timedWait() function
157 bool timedWait(StaticLock<IsRecursive>* userLock, uint64_t waitUntilUs) { in timedWait() function
161 return timedWait(userLock, abstime); in timedWait()
165 bool timedWait(StaticLock<IsRecursive>* userLock, const timespec& abstime) { in timedWait() function
DAndroidMessageChannel.cpp102 if (!mCanRead.timedWait(&mLock, wallTimeUs)) { in beforeTimedRead()
/hardware/google/aemu/base/include/aemu/base/synchronization/
DEvent.h38 bool timedWait(uint64_t wallTimeUs) { in timedWait() function
DConditionVariable.h111 bool timedWait(StaticLock *userLock, uint64_t waitUntilUs) { in timedWait() function
149 bool timedWait(StaticLock* userLock, uint64_t waitUntilUs) { in timedWait() function
/hardware/nxp/nfc/snxxx/halimpl/utils/
DNxpNfcThreadMutex.h39 void timedWait(struct timespec* time);
DNxpNfcThreadMutex.cc109 void NfcHalThreadCondVar::timedWait(struct timespec* time) { in timedWait() function in NfcHalThreadCondVar
/hardware/google/aemu/base/
DMessageChannel.cpp103 if (!mCanRead.timedWait(&mLock, wallTimeUs)) { in beforeTimedRead()
DHealthMonitor.cpp125 mCv.timedWait( in main()
/hardware/google/aemu/base/include/aemu/base/containers/
DBufferQueue.h190 if (!mCanPop.timedWait(&mLock, waitUntilUs)) { in popLockedBefore()
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/src/
DphNxpNciHal_PowerTracker.cc195 pContext->event.timedWait(&absoluteTime); in phNxpNciHal_pollPowerTrackerData()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidHealthMonitor.cpp120 mCv.timedWait( in main()
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp98 return mCv.timedWait(&mLock, getDeadline(timeout)); in doWait()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5535 order->cv.timedWait(&order->lock, waitUntilUs); in hostSyncCommandBuffer()
5571 order->cv.timedWait(&order->lock, waitUntilUs); in hostSyncQueue()