Searched refs:WAIT_ALL_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
1448 #define WAIT_ALL_CHUNK_SIZE 63 macro1479 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()