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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp172 // this mutex protects g_mapThreads
176 static ThreadsMap g_mapThreads; variable
464 g_mapThreads[pst->m_pThread] = com::Utf8StrFmt("[%3u]", pst->m_u);
909 g_mapThreads[RTThreadSelf()] = "[ P ]";
941 g_mapThreads[RTThreadSelf()] = "[M ]";
1270 g_mapThreads[RTThreadSelf()] = "[W ]";

Completed in 134 milliseconds