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

/system/core/adb/
H A Dsysdeps_win32.c1479 HANDLE wait_on[WAIT_ALL_CHUNK_SIZE + 1]; local
1485 wait_on[0] = param->main_event;
1487 memcpy(wait_on + 1, param->handles, param->handles_count * sizeof(HANDLE));
1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);

Completed in 1602 milliseconds