Searched defs:RTMpGetOnlineCount (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTMpGetOnlineCount-generic.cpp3 * IPRT - Multiprocessor, Generic RTMpGetOnlineCount.
37 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
43 RT_EXPORT_SYMBOL(RTMpGetOnlineCount); variable
/vbox/src/VBox/Runtime/r3/os2/
H A Dmp-os2.cpp109 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r3/win/
H A Dmp-win.cpp174 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmp-r0drv-darwin.cpp145 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dmp-freebsd.cpp139 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp224 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c177 RTDECL(RTCPUID) RTMpGetOnlineCount(void)
191 RT_EXPORT_SYMBOL(RTMpGetOnlineCount); variable
/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp349 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp165 return RTMpGetOnlineCount();
181 RTDECL(RTCPUID) RTMpGetOnlineCount(void) function
634 && ( RTMpGetOnlineCount() <= 2
/vbox/include/iprt/
H A Dmangling.h964 # define RTMpGetOnlineCount RT_MANGLER(RTMpGetOnlineCount) macro

Completed in 67 milliseconds