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

/vbox/src/VBox/VMM/VMMAll/
H A DVMMAll.cpp37 static volatile uint32_t g_cFormatTypeUsers = 0; variable
152 if (ASMAtomicIncU32(&g_cFormatTypeUsers) == 1)
164 if (ASMAtomicDecU32(&g_cFormatTypeUsers) == 0)

Completed in 43 milliseconds