Home | History | Annotate | Download | only in adb

Lines Matching full:wait_result

811     const DWORD     wait_result = WaitForMultipleObjects(arraysize(threads),
813 if (wait_result == WAIT_TIMEOUT) {
829 if (wait_result != WAIT_OBJECT_0) {
831 wait_result, android::base::SystemErrorCodeToString(GetLastError()).c_str());