Lines Matching refs:hPool

295  * @param   hPool           The request thread pool handle.
297 RTDECL(uint32_t) RTReqPoolRetain(RTREQPOOL hPool);
305 * @param hPool The request thread pool handle.
307 RTDECL(uint32_t) RTReqPoolRelease(RTREQPOOL hPool);
353 * @param hPool The pool handle.
357 RTDECL(int) RTReqPoolSetCfgVar(RTREQPOOL hPool, RTREQPOOLCFGVAR enmVar, uint64_t uValue);
363 * @param hPool The pool handle.
366 RTDECL(uint64_t) RTReqPoolGetCfgVar(RTREQPOOL hPool, RTREQPOOLCFGVAR enmVar);
409 * @param hPool The request thread pool handle.
412 RTDECL(uint64_t) RTReqPoolGetStat(RTREQPOOL hPool, RTREQPOOLSTAT enmStat);
421 * @param hPool The request thread pool handle.
425 RTDECL(int) RTReqPoolAlloc(RTREQPOOL hPool, RTREQTYPE enmType, PRTREQ *phReq);
431 * @param hPool The request thread pool handle.
446 RTDECL(int) RTReqPoolCallEx( RTREQPOOL hPool, RTMSINTERVAL cMillies, PRTREQ *phReq, uint32_t fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
453 * @param hPool The request thread pool handle.
466 RTDECL(int) RTReqPoolCallExV(RTREQPOOL hPool, RTMSINTERVAL cMillies, PRTREQ *phReq, uint32_t fFlags, PFNRT pfnFunction, unsigned cArgs, va_list va);
472 * @param hPool The request thread pool handle.
481 RTDECL(int) RTReqPoolCallWait(RTREQPOOL hPool, PFNRT pfnFunction, unsigned cArgs, ...);
487 * @param hPool The request thread pool handle.
497 RTDECL(int) RTReqPoolCallNoWait(RTREQPOOL hPool, PFNRT pfnFunction, unsigned cArgs, ...);
503 * @param hPool The request thread pool handle.
511 RTDECL(int) RTReqPoolCallVoidWait(RTREQPOOL hPool, PFNRT pfnFunction, unsigned cArgs, ...);
517 * @param hPool The request thread pool handle.
525 RTDECL(int) RTReqPoolCallVoidNoWait(RTREQPOOL hPool, PFNRT pfnFunction, unsigned cArgs, ...);