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

/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp193 static volatile uint32_t fInitializing = 0; local
197 if (g_pLogger || !ASMAtomicCmpXchgU32(&fInitializing, 1, 0))

Completed in 34 milliseconds