Searched refs:g_macTimeBaseInfo (Results 1 – 1 of 1) sorted by relevance
122 static mach_timebase_info_data_t g_macTimeBaseInfo; variable435 if (g_macTimeBaseInfo.denom == 0) { in FillpSysArchTimeToLonglong()438 …FILLP_LLONG l_time = (((*time) * g_macTimeBaseInfo.numer) / (g_macTimeBaseInfo.denom * FILLP_CONST… in FillpSysArchTimeToLonglong()1339 (void)mach_timebase_info(&g_macTimeBaseInfo); in FillpSysOsInit()