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

/vbox/include/iprt/
H A Dreq.h49 typedef struct RTREQPOOLINT *RTREQPOOL; typedef in typeref:struct:RTREQPOOLINT
51 typedef RTREQPOOL *PRTREQPOOL;
53 #define NIL_RTREQPOOL ((RTREQPOOL)0)
297 RTDECL(uint32_t) RTReqPoolRetain(RTREQPOOL hPool);
307 RTDECL(uint32_t) RTReqPoolRelease(RTREQPOOL hPool);
357 RTDECL(int) RTReqPoolSetCfgVar(RTREQPOOL hPool, RTREQPOOLCFGVAR enmVar, uint64_t uValue);
366 RTDECL(uint64_t) RTReqPoolGetCfgVar(RTREQPOOL hPool, RTREQPOOLCFGVAR enmVar);
412 RTDECL(uint64_t) RTReqPoolGetStat(RTREQPOOL hPool, RTREQPOOLSTAT enmStat);
425 RTDECL(int) RTReqPoolAlloc(RTREQPOOL hPool, RTREQTYPE enmType, PRTREQ *phReq);
446 RTDECL(int) RTReqPoolCallEx( RTREQPOOL hPoo
[all...]

Completed in 457 milliseconds