Searched refs:RTREQQUEUE (Results 1 - 9 of 9) sorted by relevance

/vbox/include/iprt/
H A Dreq.h42 typedef struct RTREQQUEUEINT *RTREQQUEUE; typedef in typeref:struct:RTREQQUEUEINT
44 typedef RTREQQUEUE *PRTREQQUEUE;
46 #define NIL_RTREQQUEUE ((RTREQQUEUE)0)
109 RTDECL(int) RTReqQueueDestroy(RTREQQUEUE hQueue);
121 RTDECL(int) RTReqQueueProcess(RTREQQUEUE hQueue, RTMSINTERVAL cMillies);
147 RTDECL(int) RTReqQueueCall(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
173 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
201 RTDECL(int) RTReqQueueCallEx(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
236 RTDECL(int) RTReqQueueCallV(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, va_list Args);
246 RTDECL(bool) RTReqQueueIsBusy(RTREQQUEUE hQueu
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Dreqqueue.cpp48 RTDECL(int) RTReqQueueCreate(RTREQQUEUE *phQueue)
68 RTDECL(int) RTReqQueueDestroy(RTREQQUEUE hQueue)
99 RTDECL(int) RTReqQueueProcess(RTREQQUEUE hQueue, RTMSINTERVAL cMillies)
177 RTDECL(int) RTReqQueueCall(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...)
188 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...)
199 RTDECL(int) RTReqQueueCallEx(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...)
210 RTDECL(int) RTReqQueueCallV(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, va_list Args)
271 RTDECL(bool) RTReqQueueIsBusy(RTREQQUEUE hQueue)
340 RTDECL(int) RTReqQueueAlloc(RTREQQUEUE hQueue, RTREQTYPE enmType, PRTREQ *phReq)
/vbox/src/VBox/Runtime/include/internal/
H A Dreq.h86 RTREQQUEUE hQueue;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h262 RTREQQUEUE hReqQueue;
/vbox/src/VBox/Devices/USB/
H A DVUSBInternal.h219 RTREQQUEUE hReqQueueSync;
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp167 RTREQQUEUE hSlirpReqQueue;
198 RTREQQUEUE hRecvReqQueue;
200 RTREQQUEUE hUrgRecvReqQueue;
577 RTREQQUEUE hQueue = pThis->hSlirpReqQueue;
1157 RTREQQUEUE hQueue = pThis->hSlirpReqQueue;
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSIHost.cpp65 RTREQQUEUE hQueueRequests;
H A DDrvSCSI.cpp91 RTREQQUEUE hQueueRequests;
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp51 RTREQQUEUE hReqQCardReaderCmd;

Completed in 4021 milliseconds