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

/system/core/adb/
H A Dsysdeps_win32.cpp1458 #define WAIT_ALL_CHUNK_SIZE 63 macro
1489 HANDLE wait_on[WAIT_ALL_CHUNK_SIZE + 1];
1542 chunks = handles_count / WAIT_ALL_CHUNK_SIZE;
1543 remains = handles_count % WAIT_ALL_CHUNK_SIZE;
1567 threads[chunk].first_handle_index = WAIT_ALL_CHUNK_SIZE * chunk;
1569 threads[chunk].handles_count = WAIT_ALL_CHUNK_SIZE;
1574 threads[chunk].first_handle_index = WAIT_ALL_CHUNK_SIZE * chunk;

Completed in 54 milliseconds