Searched refs:wait_ret (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c1698 int wait_ret; local
1703 wait_ret = _wait_for_all(looper->htab, looper->htab_count);
1705 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );
1707 if (wait_ret == (int)WAIT_FAILED) {
1710 D( "adb_win32: got one (index %d)\n", wait_ret );
1715 if ((unsigned)wait_ret < (unsigned)looper->htab_count)
1719 if ( looper->htab[wait_ret] == hook->h &&

Completed in 751 milliseconds