Home | History | Annotate | Download | only in adb

Lines Matching refs:wait_result

859     const DWORD     wait_result = WaitForMultipleObjects(arraysize(threads),
861 if (wait_result == WAIT_TIMEOUT) {
875 if (wait_result != WAIT_OBJECT_0) {
876 fprintf(stderr, "adb: unexpected result waiting for threads: %lu: %s\n", wait_result,