Searched refs:high_resolution_timer_enabled_ (Results 1 – 4 of 4) sorted by relevance
101 bool Time::high_resolution_timer_enabled_ = false; member in Time158 if (high_resolution_timer_enabled_ == enable) in EnableHighResolutionTimer()161 high_resolution_timer_enabled_ = enable; in EnableHighResolutionTimer()166 if (!high_resolution_timer_enabled_) in ActivateHighResolutionTimer()
408 static bool high_resolution_timer_enabled_; variable
101 bool Time::high_resolution_timer_enabled_ = false; member in Time172 if (high_resolution_timer_enabled_ == enable) in EnableHighResolutionTimer()175 high_resolution_timer_enabled_ = enable; in EnableHighResolutionTimer()180 if (!high_resolution_timer_enabled_ && activating) in ActivateHighResolutionTimer()204 return high_resolution_timer_enabled_ && in IsHighResolutionTimerInUse()
483 static bool high_resolution_timer_enabled_; variable