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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp558 DECLCALLBACK(int) VBoxServicePageSharingWorker(bool volatile *pfShutdown) function
573 VBoxServiceVerbose(3, "VBoxServicePageSharingWorker: enabled=%d\n", fEnabled);
591 VBoxServiceError("VBoxServicePageSharingWorker: RTSemEventMultiWait failed; rc=%Rrc\n", rc);
603 VBoxServiceVerbose(3, "VBoxServicePageSharingWorker: VM was restored!!\n");
616 VBoxServiceVerbose(3, "VBoxServicePageSharingWorker: finished thread\n");
637 VBoxServicePageSharingWorker(&fShutdown);
741 VBoxServicePageSharingWorker,

Completed in 45 milliseconds