Searched refs:fShutdown (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvChar.cpp65 volatile bool fShutdown; member in struct:DRVCHAR
149 while (!pThis->fShutdown)
160 if ( pThis->fShutdown
208 while (!pThis->fShutdown)
303 pThis->fShutdown = true;
354 pThis->fShutdown = false;
H A DDrvNamedPipe.cpp91 bool volatile fShutdown; member in struct:DRVNAMEDPIPE
145 Log(("drvNamedPipeRead: FileRead returned %Rrc fShutdown=%d\n", rc, pThis->fShutdown));
146 if ( !pThis->fShutdown
311 while (RT_LIKELY(!pThis->fShutdown))
321 && !pThis->fShutdown)
335 if (pThis->fShutdown)
392 pThis->fShutdown = true;
544 pThis->fShutdown = false;
H A DDrvTCP.cpp92 bool volatile fShutdown; member in struct:DRVTCP
206 while (RT_LIKELY(!pThis->fShutdown))
249 pThis->fShutdown = true;
361 pThis->fShutdown = false;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h110 bool volatile fShutdown; member in struct:VBOXSERVICECTRLSESSIONTHREAD
242 bool volatile fShutdown; member in struct:VBOXSERVICECTRLPROCESS
H A DVBoxServiceControlProcess.cpp82 pProcess->fShutdown = false;
183 /* Do *not* set pThread->fShutdown or other stuff here!
199 bool fShutdown = false; local
206 fShutdown = pProcess->fStopped; /* Has the process' thread been stopped? */
212 if (fShutdown)
537 && RT_UNLIKELY(!pProcess->fShutdown))
545 if (pProcess->fShutdown)
613 VBoxServiceVerbose(4, "[PID %RU32]: Polling done, pollRc=%Rrc, pollCnt=%RU32, idPollHnd=%s, rc=%Rrc, fProcessAlive=%RTbool, fShutdown=%RTbool\n",
614 pProcess->uPID, rc2, RTPollSetGetCount(hPollSet), gstcntlProcessPollHandleToString(idPollHnd), rc, fProcessAlive, pProcess->fShutdown);
620 if (RT_UNLIKELY(pProcess->fShutdown))
[all...]
H A DVBoxService.cpp104 bool volatile fShutdown; member in struct:__anon2048
509 int rc = g_aServices[i].pDesc->pfnWorker(&g_aServices[i].fShutdown);
510 ASMAtomicXchgBool(&g_aServices[i].fShutdown, true);
633 * the fShutdown flag of a thread here and processing
635 * to exit the loop before we skipped the fShutdown check
643 if (g_aServices[j].fShutdown)
675 ASMAtomicWriteBool(&g_aServices[j].fShutdown, true);
H A DVBoxServiceControlSession.cpp1181 pThread->fShutdown = true;
1216 if (ASMAtomicReadBool(&pThread->fShutdown))
1419 bool fShutdown = false; local
1447 pvScratchBuf, cbScratchBuf, &fShutdown);
1450 if (fShutdown)
1820 pSessionThread->fShutdown = false;
2118 if ( ASMAtomicReadBool(&pSessionThread->fShutdown)
2184 ASMAtomicXchgBool(&pThread->fShutdown, true);
H A DVBoxServicePageSharing.cpp635 bool fShutdown = false; local
637 VBoxServicePageSharingWorker(&fShutdown);
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp88 fShutdown(false)
124 bool fShutdown; member in struct:VBoxNetBaseService::Data
463 if (!m->fShutdown)
465 m->fShutdown = true;
781 while (!m->fShutdown)
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp267 bool fShutdown = false; local
277 if (ASMAtomicReadBool(&pContext->fShutdown))
278 fShutdown = true;
280 if (fShutdown)
1586 ASMAtomicWriteBool(&pCtx->fShutdown, true);
1648 if (ASMAtomicReadBool(&pCtx->fShutdown))
1685 if (ASMAtomicReadBool(&pCtx->fShutdown))
H A DVBoxIPC.cpp538 bool fShutdown = false; local
548 fShutdown = true;
554 if (fShutdown)
H A DVBoxDnD.h231 bool fShutdown; member in struct:VBOXDNDCONTEXT
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp673 Data() : fShutdown(false)
679 bool fShutdown; member in struct:EventSource::Data
981 if (!m->fShutdown)
983 m->fShutdown = true;
1007 if (m->fShutdown)
1070 if (m->fShutdown)
1144 if (m->fShutdown)
1168 if (m->fShutdown)
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp643 bool fShutdown = true; local
646 fShutdown = rc == 0;
649 if (fShutdown)
/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp421 uint32_t volatile fShutdown; member in struct:ATACONTROLLER
5068 while (!pCtl->fShutdown)
5081 if (RT_FAILURE(rc) || pCtl->fShutdown)
5098 if (RT_FAILURE(rc) || RT_UNLIKELY(pCtl->fShutdown))
5104 if (RT_FAILURE(rc) || pCtl->fShutdown)
5540 pCtl->fShutdown = false;
7000 ASMAtomicWriteU32(&pThis->aCts[i].fShutdown, true);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py438 self.fShutdown = False;
447 while not self.fShutdown:
478 self.fShutdown = True;
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp953 GEN_CHECK_OFF(ATACONTROLLER, fShutdown);

Completed in 203 milliseconds