Home | History | Annotate | Download | only in adb

Lines Matching refs:wait_ret

1706             int   wait_ret;
1711 wait_ret = _wait_for_all(looper->htab, looper->htab_count);
1713 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );
1715 if (wait_ret == (int)WAIT_FAILED) {
1718 D( "adb_win32: got one (index %d)\n", wait_ret );
1723 if ((unsigned)wait_ret < (unsigned)looper->htab_count)
1727 if ( looper->htab[wait_ret] == hook->h &&