Searched refs:timedWait (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/synchronization/ |
D | AndroidConditionVariable.h | 117 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
|
D | AndroidMessageChannel.cpp | 102 if (!mCanRead.timedWait(&mLock, wallTimeUs)) { in beforeTimedRead()
|
/hardware/google/aemu/base/include/aemu/base/synchronization/ |
D | Event.h | 38 bool timedWait(uint64_t wallTimeUs) { in timedWait() function
|
D | ConditionVariable.h | 111 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/ |
D | NxpNfcThreadMutex.h | 39 void timedWait(struct timespec* time);
|
D | NxpNfcThreadMutex.cc | 109 void NfcHalThreadCondVar::timedWait(struct timespec* time) { in timedWait() function in NfcHalThreadCondVar
|
/hardware/google/aemu/base/ |
D | MessageChannel.cpp | 103 if (!mCanRead.timedWait(&mLock, wallTimeUs)) { in beforeTimedRead()
|
D | HealthMonitor.cpp | 125 mCv.timedWait( in main()
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | BufferQueue.h | 190 if (!mCanPop.timedWait(&mLock, waitUntilUs)) { in popLockedBefore()
|
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/src/ |
D | phNxpNciHal_PowerTracker.cc | 195 pContext->event.timedWait(&absoluteTime); in phNxpNciHal_pollPowerTrackerData()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | AndroidHealthMonitor.cpp | 120 mCv.timedWait( in main()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.cpp | 98 return mCv.timedWait(&mLock, getDeadline(timeout)); in doWait()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5535 order->cv.timedWait(&order->lock, waitUntilUs); in hostSyncCommandBuffer() 5571 order->cv.timedWait(&order->lock, waitUntilUs); in hostSyncQueue()
|