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

/vbox/src/VBox/HostServices/SharedClipboard/
H A Ddarwin.cpp79 static int vboxClipboardThread (RTTHREAD ThreadSelf, void *pvUser) function
81 Log (("vboxClipboardThread: starting clipboard thread\n"));
98 Log (("vboxClipboardThread: clipboard thread terminated successfully with return code %Rrc\n", VINF_SUCCESS));
116 rc = RTThreadCreate (&g_ctx.thread, vboxClipboardThread, &g_ctx, 0,

Completed in 32 milliseconds