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

/vbox/src/VBox/Runtime/r3/darwin/
H A Dtime-darwin.cpp46 static struct mach_timebase_info g_Info = { 0, 0 }; variable in typeref:struct:mach_timebase_info
60 g_Info = Info;
65 Assert(g_Info.denom == 0 && g_Info.numer == 0 && g_rdFactor == 0.0);
77 if (RT_UNLIKELY(g_Info.denom == 0 && !g_fFailedToGetTimeBaseInfo))
81 if (g_Info.denom == 1 && g_Info.numer == 1)

Completed in 42 milliseconds