Searched refs:fStarted (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.h100 bool fStarted; member in struct:_VBOXSERVICEINFO
H A DVBoxTray.cpp323 pTable->fStarted = false;
351 pTable->fStarted = true;
390 if (pCurTable->fStarted)
406 pCurTable->fStarted = false;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h114 bool fStarted; member in struct:VBOXSERVICECTRLSESSIONTHREAD
248 bool fStarted; member in struct:VBOXSERVICECTRLPROCESS
H A DVBoxService.cpp108 bool fStarted; member in struct:__anon2048
629 g_aServices[j].fStarted = true;
681 if (g_aServices[j].fStarted)
H A DVBoxServiceControlProcess.cpp83 pProcess->fStarted = false;
237 AssertMsgReturn(pProcess->fStarted,
1816 ASMAtomicXchgBool(&pProcess->fStarted, true);
H A DVBoxServiceControlSession.cpp1821 pSessionThread->fStarted = false;
2131 ASMAtomicXchgBool(&pSessionThread->fStarted, true);
2181 if (ASMAtomicReadBool(&pThread->fStarted))
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py935 self.fStarted = False;
943 if self.fStarted is True and self.fClosed is False:
959 if self.fStarted is not True:
964 self.fStarted = True;
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp168 bool volatile fStarted; member in struct:GVMMHOSTCPU::__anon16831
400 //pGVMM->aHostCpus[iCpu].Ppt.fStarted = false;
2236 pCpu->Ppt.fStarted = false;
2297 if (!pCpu->Ppt.fStarted)
2300 pCpu->Ppt.fStarted = true;
2323 pCpu->Ppt.fStarted = false;
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp1107 bool fStarted; local
1108 int rc = SSMR3GetBool(pSSM, &fStarted);
1111 VMCPU_SET_STATE(&pVM->aCpus[i], fStarted ? VMCPUSTATE_STARTED : VMCPUSTATE_STOPPED);

Completed in 84 milliseconds