Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.c1448 #define WAIT_ALL_CHUNK_SIZE 63 macro
1479 HANDLE wait_on[WAIT_ALL_CHUNK_SIZE + 1]; in _in_waiter_thread()
1532 chunks = handles_count / WAIT_ALL_CHUNK_SIZE; in _wait_for_all()
1533 remains = handles_count % WAIT_ALL_CHUNK_SIZE; in _wait_for_all()
1557 threads[chunk].first_handle_index = WAIT_ALL_CHUNK_SIZE * chunk; in _wait_for_all()
1559 threads[chunk].handles_count = WAIT_ALL_CHUNK_SIZE; in _wait_for_all()
1564 threads[chunk].first_handle_index = WAIT_ALL_CHUNK_SIZE * chunk; in _wait_for_all()