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

/vbox/src/VBox/Runtime/common/misc/
H A Dreqqueue.cpp235 int rc = RTReqQueueAlloc(pQueue, RTREQTYPE_INTERNAL, &pReq);
340 RTDECL(int) RTReqQueueAlloc(RTREQQUEUE hQueue, RTREQTYPE enmType, PRTREQ *phReq) function
376 LogFlow(("RTReqQueueAlloc: returns VINF_SUCCESS *phReq=%p recycled\n", pReq));
386 LogFlow(("RTReqQueueAlloc: returns %Rrc *phReq=%p\n", rc, *phReq));
389 RT_EXPORT_SYMBOL(RTReqQueueAlloc); variable
/vbox/include/iprt/
H A Dmangling.h1218 # define RTReqQueueAlloc RT_MANGLER(RTReqQueueAlloc) macro

Completed in 102 milliseconds