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

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboard.cpp45 RTTHREAD g_GuestPasteboardThread; variable
233 rc = RTThreadCreate(&g_GuestPasteboardThread,
307 rc = RTThreadWait(g_GuestPasteboardThread, 10 * 1000 /* Wait 10 seconds */, NULL);

Completed in 293 milliseconds