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

/vbox/src/VBox/Runtime/common/misc/
H A Dreq.cpp57 * @param fPoolOrQueue The owner type.
61 DECLHIDDEN(int) rtReqAlloc(RTREQTYPE enmType, bool fPoolOrQueue, void *pvOwner, PRTREQ *phReq) argument
79 pReq->fPoolOrQueue = fPoolOrQueue;
216 if (pReq->fPoolOrQueue)
258 if (!pReq->fPoolOrQueue)
/vbox/src/VBox/Runtime/include/internal/
H A Dreq.h70 volatile bool fPoolOrQueue; member in struct:RTREQ
153 DECLHIDDEN(int) rtReqAlloc(RTREQTYPE enmType, bool fPoolOrQueue, void *pvOwner, PRTREQ *phReq);

Completed in 33 milliseconds