Searched refs:Tick (Results 1 – 17 of 17) sorted by relevance
52 class Tick70 explicit Tick(s64 tick = 0) : m_Tick(tick) {} in m_Tick()77 Tick(nn::fnd::TimeSpan span);84 static Tick GetSystemCurrent();119 Tick& operator-=(Tick rhs);127 Tick operator-(Tick rhs) const;135 Tick& operator+=(Tick rhs);143 Tick operator+(Tick rhs) const;151 Tick& operator+=(fnd::TimeSpan rhs);159 Tick operator+(fnd::TimeSpan rhs) const;[all …]
84 Tick fire; //Expression tick count85 Tick period; //Expression interval tick count96 void SetTimer( Tick nowTick );97 void InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick );
54 os::Tick begin = os::Tick::GetSystemCurrent(); in TryAcquire()55 os::Tick end = begin + timeout; in TryAcquire()59 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryAcquire()
56 void LightAlarmSystem::SetTimer( Tick nowTick ) in SetTimer()69 Tick diff = pSetNode->fire - nowTick; in SetTimer()88 void LightAlarmSystem::InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick ) in InsertAlarm()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()249 m_LightAlarm.period = static_cast<Tick>(0); 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()[all …]
71 os::Tick begin = os::Tick::GetSystemCurrent(); in TryWait()72 os::Tick end = begin + timeout; in TryWait()76 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryWait()
67 Tick GetCreationTime() in GetCreationTime()76 return Tick(tick); in GetCreationTime()
285 SpinWaitCpuCycles(Tick(span)); in SleepImpl()
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()
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()
125 nn::os::Tick GetSoundThreadTick();187 void WaitForDspSync(nn::os::Tick* pTick);
32 typedef s64 Tick; typedef
236 p->mTick = nn::os::Tick::GetSystemCurrent(); in EntryFunc()286 p->mTick = nn::os::Tick::GetSystemCurrent(); in ExitFunc()513 … f32 sumMicroSec = p->mTickSum / (nn::os::Tick::TICKS_PER_SECOND / (1000.f * 1000.f)); in Dump()515 f32 aveMicroSec = ave / (nn::os::Tick::TICKS_PER_SECOND / (1000.f * 1000.f)); in Dump()
218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()
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();
263 nn::os::Tick lastUpdateTick; //