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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h428 i_startSessionThread(RTTHREAD Thread, void *pvUser);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp1697 vrc = RTThreadCreate(NULL, GuestSession::i_startSessionThread,
1717 DECLCALLBACK(int) GuestSession::i_startSessionThread(RTTHREAD Thread, void *pvUser) function in class:GuestSession

Completed in 1130 milliseconds