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

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp701 static struct VBoxDtThread g_aThreads[8192]; variable in typeref:struct:VBoxDtThread
711 for (uint32_t i = 0; i < RT_ELEMENTS(g_aThreads); i++)
713 g_aThreads[i].hNative = NIL_RTNATIVETHREAD;
714 g_aThreads[i].uPid = NIL_RTPROCESS;
715 RTListPrepend(&g_ThreadAgeList, &g_aThreads[i].AgeEntry);

Completed in 50 milliseconds