Searched refs:handles_count (Results 1 – 1 of 1) sorted by relevance
1468 int handles_count; member1487 memcpy(wait_on + 1, param->handles, param->handles_count * sizeof(HANDLE)); in _in_waiter_thread()1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE); in _in_waiter_thread()1490 if (res > 0 && res < (param->handles_count + 1)) { in _in_waiter_thread()1513 _wait_for_all(HANDLE* handles, int handles_count) in _wait_for_all() argument1532 chunks = handles_count / WAIT_ALL_CHUNK_SIZE; in _wait_for_all()1533 remains = handles_count % WAIT_ALL_CHUNK_SIZE; in _wait_for_all()1537 D("Unable to allocate thread array for %d handles.", handles_count); in _wait_for_all()1559 threads[chunk].handles_count = WAIT_ALL_CHUNK_SIZE; in _wait_for_all()1566 threads[chunk].handles_count = remains; in _wait_for_all()