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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp154 uint32_t volatile *pu32TransactionId = NULL; local
205 if (!pu32TransactionId)
207 pu32TransactionId = &g_pSUPGlobalInfoPage->aCPUs[iCpu].u32TransactionId;
217 if (pu32TransactionId)
220 while ( u32TransactionId == (uTmp = *pu32TransactionId)

Completed in 126 milliseconds