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

/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp134 static RTLISTANCHOR g_SetList; variable
186 * g_SetList in a orderly fashion.
278 RTListForEach(&g_SetList, pSet, MYSET, ListEntry)
337 * g_SetList in a orderly fashion.
382 RTListForEach(&g_SetList, pInsertBefore, MYSET, ListEntry)
395 RTListAppend(&g_SetList, &pSet->ListEntry);
1107 RTListInit(&g_SetList);
1179 if (RTListIsEmpty(&g_SetList))

Completed in 45 milliseconds