Searched refs:RTReqQueueCallVoid (Results 1 - 3 of 3) sorted by relevance
/vbox/include/iprt/ |
H A D | req.h | 173 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
|
H A D | mangling.h | 1222 # define RTReqQueueCallVoid RT_MANGLER(RTReqQueueCallVoid) macro
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | reqqueue.cpp | 188 RTDECL(int) RTReqQueueCallVoid(RTREQQUEUE hQueue, PRTREQ *ppReq, RTMSINTERVAL cMillies, PFNRT pfnFunction, unsigned cArgs, ...) function 196 RT_EXPORT_SYMBOL(RTReqQueueCallVoid); variable
|
Completed in 172 milliseconds