Searched defs:pfShutdown (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceBalloon.cpp295 DECLCALLBACK(int) VBoxServiceBalloonWorker(bool volatile *pfShutdown) argument
354 if (*pfShutdown)
357 if (*pfShutdown)
H A DVBoxServiceControl.cpp188 DECLCALLBACK(int) VBoxServiceControlWorker(bool volatile *pfShutdown) argument
322 pvScratchBuf, cbScratchBuf, pfShutdown);
341 if ( *pfShutdown
H A DVBoxServiceStats.cpp590 DECLCALLBACK(int) VBoxServiceVMStatsWorker(bool volatile *pfShutdown) argument
638 if (*pfShutdown)
641 if (*pfShutdown)
H A DVBoxServiceAutoMount.cpp473 DECLCALLBACK(int) VBoxServiceAutoMountWorker(bool volatile *pfShutdown) argument
540 * for the pfShutdown flag to be set by the main thread.
545 if (*pfShutdown)
H A DVBoxServiceCpuHotPlug.cpp525 DECLCALLBACK(int) VBoxServiceCpuHotPlugWorker(bool volatile *pfShutdown) argument
579 if (*pfShutdown)
H A DVBoxServiceTimeSync.cpp495 DECLCALLBACK(int) VBoxServiceTimeSyncWorker(bool volatile *pfShutdown) argument
609 if (*pfShutdown)
612 if (*pfShutdown)
H A DVBoxServiceClipboard-os2.cpp805 bool volatile *pfShutdown = (bool volatile *)pvUser; local
829 while (!*pfShutdown && !fQuit)
875 if (*pfShutdown)
896 static DECLCALLBACK(int) VBoxServiceClipboardOS2Worker(bool volatile *pfShutdown) argument
935 rc = RTThreadCreate(&g_ThreadListener, VBoxServiceClipboardOS2Listener, (void *)pfShutdown, 0,
964 VBoxServiceVerbose(2, "clipboard: Exited PM message loop. *pfShutdown=%RTbool\n", *pfShutdown);
H A DVBoxServicePageSharing.cpp558 DECLCALLBACK(int) VBoxServicePageSharingWorker(bool volatile *pfShutdown) argument
584 if (*pfShutdown)
587 if (*pfShutdown)
643 DECLCALLBACK(int) VBoxServicePageSharingWorkerProcess(bool volatile *pfShutdown) argument
690 if (*pfShutdown)
693 if (*pfShutdown)
H A DVBoxServiceControlSession.cpp1018 volatile bool *pfShutdown)
1023 AssertPtrReturn(pfShutdown, VERR_INVALID_POINTER);
1039 *pfShutdown = true; /* Shutdown in any case. */
1015 GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown) argument
H A DVBoxServiceVMInfo.cpp1391 DECLCALLBACK(int) VBoxServiceVMInfoWorker(bool volatile *pfShutdown) argument
1528 if (*pfShutdown)
1532 if (*pfShutdown)

Completed in 98 milliseconds