Searched defs:wait (Results 1 – 5 of 5) sorted by relevance
57 void wait() { mCondVar.wait(mMutex); } in wait() function69 bool wait(long millisec) { in wait() function
78 void CondVar::wait(Mutex& mutex) { in wait() function in CondVar95 bool CondVar::wait(Mutex& mutex, long millisec) { in wait() function in CondVar
87 public static void wait(UiDevice uiDevice, long timeMs) throws InterruptedException { in wait() method in TestUtils
195 private UiObject2 wait(BySelector selector) throws UiObjectNotFoundException { in wait() method in ZonePickerSettingsTest
445 int DnsTlsSocket::sslRead(const Slice buffer, bool wait) { in sslRead()