Searched defs:Wait (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp119 @brief Wait operation
126 status_t Semaphore::Wait() function in class:Ti::Utils::Semaphore
134 ///Wait and return the status after signalling
186 @brief Wait operation with a timeout
217 ///Wait for the timeout or signal and return the result based on whichever event occurred first
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp118 @brief Wait operation
125 status_t Semaphore::Wait() function in class:android::Semaphore
133 ///Wait and return the status after signalling
185 @brief Wait operation with a timeout
216 ///Wait for the timeout or signal and return the result based on whichever event occurred first
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dlocker.h93 locker_.Wait();
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } function in class:sdm::Locker
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dlocker.h93 locker_.Wait();
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } function in class:sdm::Locker

Completed in 230 milliseconds