Searched defs:GetProcessorCoreCount (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h3540 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_0.h3750 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_1.h3987 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_2.h4331 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_3.h7700 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHost_vtbl
7851 nsresult (*GetProcessorCoreCount)(IHost *pThis, PRUint32 *processorCoreCount); member in struct:IHostVtbl
7999 #define IHost_get_ProcessorCoreCount(p, aProcessorCoreCount) ((p)->lpVtbl->GetProcessorCoreCount(p, aProcessorCoreCount))
8000 #define IHost_GetProcessorCoreCount(p, aProcessorCoreCount) ((p)->lpVtbl->GetProcessorCoreCount(p, aProcessorCoreCount))

Completed in 222 milliseconds