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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp58 RTLISTANCHOR g_lstControlSessionThreads; variable
167 RTListInit(&g_lstControlSessionThreads);
382 rc = GstCntlSessionThreadCreate(&g_lstControlSessionThreads,
412 RTListForEach(&g_lstControlSessionThreads, pThread, VBOXSERVICECTRLSESSIONTHREAD, Node)
478 int rc2 = GstCntlSessionThreadDestroyAll(&g_lstControlSessionThreads,

Completed in 41 milliseconds