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

/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp623 const char *pszName, PRTREQPOOL phPool)
649 AssertPtrReturn(phPool, VERR_INVALID_POINTER);
698 *phPool = pPool;
621 RTReqPoolCreate(uint32_t cMaxThreads, RTMSINTERVAL cMsMinIdle, uint32_t cThreadsPushBackThreshold, uint32_t cMsMaxPushBack, const char *pszName, PRTREQPOOL phPool) argument

Completed in 45 milliseconds