Searched defs:aCPU (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5018 HRESULT Console::i_onCPUChange(ULONG aCPU, BOOL aRemove) argument
5032 rc = i_doCPURemove(aCPU, ptrVM.rawUVM());
5034 rc = i_doCPUAdd(aCPU, ptrVM.rawUVM());
5040 fireCPUChangedEvent(mEventSource, aCPU, aRemove);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp13822 HRESULT SessionMachine::i_onCPUChange(ULONG aCPU, BOOL aRemove) argument
13840 return directControl->OnCPUChange(aCPU, aRemove);

Completed in 102 milliseconds