Searched refs:SVCWatcherThread (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxClientImpl.h63 static DECLCALLBACK(int) SVCWatcherThread(RTTHREAD ThreadSelf, void *pvUser);
/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp94 vrc = RTThreadCreate(&mData.m_ThreadWatcher, SVCWatcherThread,
221 DECLCALLBACK(int) VirtualBoxClient::SVCWatcherThread(RTTHREAD ThreadSelf, function in class:VirtualBoxClient

Completed in 32 milliseconds