Home
last modified time | relevance | path

Searched defs:timedWait (Results 1 – 3 of 3) sorted by relevance

/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.cc123 void NfcHalThreadCondVar::timedWait(struct timespec* time) { in timedWait() function in NfcHalThreadCondVar