Searched refs:RTMpOnOthers (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/generic/
H A DRTMpOn-r0drv-generic.cpp54 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
61 RT_EXPORT_SYMBOL(RTMpOnOthers); variable
/vbox/include/iprt/
H A Dmp.h256 * Worker function passed to RTMpOnAll, RTMpOnOthers and RTMpOnSpecific that
324 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2);
H A Dmangling.h980 # define RTMpOnOthers RT_MANGLER(RTMpOnOthers) /* r0drv */ macro
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmp-r0drv-darwin.cpp210 * for the RTMpOnOthers API.
223 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dmp-r0drv-haiku.c161 * for the RTMpOnOthers API.
174 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c308 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
331 RT_EXPORT_SYMBOL(RTMpOnOthers); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmp-r0drv-freebsd.c165 * for the RTMpOnOthers API.
178 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c126 RTMpOnOthers,
H A DVBoxGuest-haiku-stubs.c121 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmp-r0drv-solaris.c250 * for the RTMpOnOthers API.
271 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp245 * the RTMpOnOthers case.
517 RTDECL(int) RTMpOnOthers(PFNRTMPWORKER pfnWorker, void *pvUser1, void *pvUser2) function
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp262 { "RTMpOnOthers", (void *)RTMpOnOthers },

Completed in 221 milliseconds