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

/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp113 uint16_t cHandlesAllocated; member in struct:RTPOLLSETINTERNAL
506 pThis->cHandlesAllocated = 0;
692 Assert(cHandlesNew > pThis->cHandlesAllocated);
718 if (pThis->cHandlesAllocated == 0)
729 pThis->cHandlesAllocated = (uint16_t)cHandlesNew;
817 if (RT_SUCCESS(rc) && i + 1 > pThis->cHandlesAllocated)
818 rc = rtPollSetGrow(pThis, pThis->cHandlesAllocated + 32);

Completed in 144 milliseconds