Searched refs:g_pExecutingThis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp140 static PCIDETAPP volatile g_pExecutingThis; variable
192 PCIDETAPP pThis = g_pExecutingThis;
193 g_pExecutingThis = NULL;
416 if ( !g_pExecutingThis
417 || !g_pExecutingThis->fUsingLockedInt3
431 PCIDETAPP pThis = g_pExecutingThis;
432 g_pExecutingThis = NULL;
1064 g_pExecutingThis = (PCIDETAPP)pThis;
1074 g_pExecutingThis = NULL;
1077 if (g_pExecutingThis)
[all...]

Completed in 45 milliseconds