Searched refs:GetSystemCurrent (Results 1 – 11 of 11) sorted by relevance
36 s_BaseTick = nn::os::Tick::GetSystemCurrent(); in Initialize()48 s_BaseTick = nn::os::Tick::GetSystemCurrent(); in ResetTimerLog()55 s_BaseTick = nn::os::Tick::GetSystemCurrent(); in Reset()90 s_BaseTick = nn::os::Tick::GetSystemCurrent(); in StartAverage()163 s_pHead[s_Counter++].m_Tick = nn::os::Tick::GetSystemCurrent(); in AddTimerLog()
156 LightAlarm::s_System->SetTimer(Tick::GetSystemCurrent()); in LightAlarmThread()163 LightAlarm::s_System->InsertAlarm(pHeadNode, Tick::GetSystemCurrent()); in LightAlarmThread()166 LightAlarm::s_System->SetTimer(Tick::GetSystemCurrent()); in LightAlarmThread()248 m_LightAlarm.fire = time + Tick::GetSystemCurrent(); in SetOneShot()250 …LightAlarm::s_System->InsertAlarm(&m_LightAlarm, Tick::GetSystemCurrent()); //Register alarms i… in SetOneShot()261 m_LightAlarm.fire = initial + Tick::GetSystemCurrent(); in SetPeriodic()263 …LightAlarm::s_System->InsertAlarm(&m_LightAlarm, Tick::GetSystemCurrent()); //Register alarms i… in SetPeriodic()
54 os::Tick begin = os::Tick::GetSystemCurrent(); in TryAcquire()59 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryAcquire()
71 os::Tick begin = os::Tick::GetSystemCurrent(); in TryWait()76 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryWait()
236 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithAutoScroll()238 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 400 ) {} in ShowWithAutoScroll()279 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithManualScroll()281 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 16 ){} in ShowWithManualScroll()387 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in WaitKeyCombination()389 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 16 ) {} in WaitKeyCombination()
84 static Tick GetSystemCurrent();217 inline Tick Tick::GetSystemCurrent() in GetSystemCurrent() function
140 m_start = nn::os::Tick::GetSystemCurrent(); in Start()
138 s64 diff = nn::os::Tick::GetSystemCurrent() - m_start; in Stop()
307 return nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds();
236 p->mTick = nn::os::Tick::GetSystemCurrent(); in EntryFunc()286 p->mTick = nn::os::Tick::GetSystemCurrent(); in ExitFunc()
218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()