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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3181 BOOL fCpuAttached = true; local
3185 hrc = pMachine->GetCPUStatus(iCpuCurr, &fCpuAttached); H();
3188 if (fCpuAttached)
H A DConsoleImpl.cpp2295 BOOL fCpuAttached;
2296 rc = mMachine->GetCPUStatus(aCpu, &fCpuAttached);
2299 if (!fCpuAttached)
2442 BOOL fCpuAttached; local
2443 rc = mMachine->GetCPUStatus(aCpu, &fCpuAttached);
2446 if (fCpuAttached)

Completed in 95 milliseconds