Searched defs:hQueue (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/common/misc/ |
H A D | reqqueue.cpp | 68 RTDECL(int) RTReqQueueDestroy(RTREQQUEUE hQueue) argument 73 if (hQueue == NIL_RTREQQUEUE) 75 PRTREQQUEUEINT pQueue = hQueue; 99 RTDECL(int) RTReqQueueProcess(RTREQQUEUE hQueue, RTMSINTERVAL cMillies) argument 101 LogFlow(("RTReqQueueProcess %x\n", hQueue)); 106 PRTREQQUEUEINT pQueue = hQueue; 145 Assert(pReq->uOwner.hQueue == pQueue); 177 RTDECL(int) RTReqQueueCall(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...) argument 181 int rc = RTReqQueueCallV(hQueue, ppReq, cMillies, RTREQFLAGS_IPRT_STATUS, pfnFunction, cArgs, va); 188 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTRE argument 199 RTReqQueueCallEx(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...) argument 210 RTReqQueueCallV(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, va_list Args) argument 271 RTReqQueueIsBusy(RTREQQUEUE hQueue) argument 340 RTReqQueueAlloc(RTREQQUEUE hQueue, RTREQTYPE enmType, PRTREQ *phReq) argument [all...] |
/vbox/include/iprt/ |
H A D | req.h | 107 * @param hQueue The request queue. 109 RTDECL(int) RTReqQueueDestroy(RTREQQUEUE hQueue); variable 117 * @param hQueue The request queue. 121 RTDECL(int) RTReqQueueProcess(RTREQQUEUE hQueue, RTMSINTERVAL cMillies); 135 * @param hQueue The request queue. 147 RTDECL(int) RTReqQueueCall(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...); 161 * @param hQueue The request queue. 173 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...); 187 * @param hQueue The request queue. 201 RTDECL(int) RTReqQueueCallEx(RTREQQUEUE hQueue, PRTRE 246 RTDECL(bool) RTReqQueueIsBusy(RTREQQUEUE hQueue); variable [all...] |
/vbox/src/VBox/Runtime/include/internal/ |
H A D | req.h | 86 RTREQQUEUE hQueue; member in union:RTREQ::__anon16659
|
/vbox/src/VBox/Devices/Network/ |
H A D | DrvNAT.cpp | 577 RTREQQUEUE hQueue = pThis->hSlirpReqQueue; local 579 rc = RTReqQueueCallEx(hQueue, NULL /*ppReq*/, 0 /*cMillies*/, RTREQFLAGS_VOID | RTREQFLAGS_NO_WAIT, 1157 RTREQQUEUE hQueue = pThis->hSlirpReqQueue; local 1159 int rc = RTReqQueueCallEx(hQueue, NULL /*ppReq*/, 0 /*cMillies*/,
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | winbase16.h | 84 HQUEUE16 hQueue; /* 20 Selector of task queue */ member in struct:_TDB
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | winbase16.h | 84 HQUEUE16 hQueue; /* 20 Selector of task queue */ member in struct:_TDB
|
Completed in 52 milliseconds