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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp624 * VBoxServicePageSharingWorkerProcess().
643 DECLCALLBACK(int) VBoxServicePageSharingWorkerProcess(bool volatile *pfShutdown) function
660 VBoxServiceVerbose(3, "VBoxServicePageSharingWorkerProcess: enabled=%d\n", fEnabled);
680 VBoxServiceError("VBoxServicePageSharingWorkerProcess: RTProcCreate %s failed; rc=%Rrc\n", pszExeName, rc);
697 VBoxServiceError("VBoxServicePageSharingWorkerProcess: RTSemEventMultiWait failed; rc=%Rrc\n", rc);
708 VBoxServiceVerbose(3, "VBoxServicePageSharingWorkerProcess: finished thread\n");
739 VBoxServicePageSharingWorkerProcess,

Completed in 43 milliseconds