Home
last modified time | relevance | path

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

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