Searched defs:handles (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c1431 * handles to wait on.
1438 * because of the API limitations (64 handles max). So, we need to provide a way
1439 * to scale WaitForMultipleObjects to accept an arbitrary number of handles. The
1443 * handles, and will report back to the caller which handle has been set.
1447 /* Number of handles to wait on in each wating thread. */
1463 * about the whole list of handles that were signaled. */
1465 /* Array of handles to wait on in a waiting thread. */
1466 HANDLE* handles; member in struct:WaitForAllParam
1467 /* Number of handles in 'handles' arra
1513 _wait_for_all(HANDLE* handles, int handles_count) argument
[all...]

Completed in 5 milliseconds