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

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

Completed in 8 milliseconds