Searched defs:SetCPUExecutionCap (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2917 nsresult (*SetCPUExecutionCap)(IMachine *pThis, PRUint32 CPUExecutionCap); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3108 nsresult (*SetCPUExecutionCap)(IMachine *pThis, PRUint32 CPUExecutionCap); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3380 nsresult (*SetCPUExecutionCap)(IMachine *pThis, PRUint32 CPUExecutionCap); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5072 nsresult (*SetCPUExecutionCap)(IMachine *pThis, PRUint32 CPUExecutionCap); member in struct:IMachine_vtbl
5796 nsresult (*SetCPUExecutionCap)(IMachine *pThis, PRUint32 CPUExecutionCap); member in struct:IMachineVtbl
6527 #define IMachine_put_CPUExecutionCap(p, aCPUExecutionCap) ((p)->lpVtbl->SetCPUExecutionCap(p, aCPUExecutionCap))
6528 #define IMachine_SetCPUExecutionCap(p, aCPUExecutionCap) ((p)->lpVtbl->SetCPUExecutionCap(p, aCPUExecutionCap))

Completed in 312 milliseconds