Home
last modified time | relevance | path

Searched refs:Tick (Results 1 – 17 of 17) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/os/
Dos_Tick.h52 class Tick
70 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 …]
Dos_LightAlarm.h84 Tick fire; //Expression tick count
85 Tick period; //Expression interval tick count
96 void SetTimer( Tick nowTick );
97 void InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick );
/CTR-SDK-4.2.8-20130828/sources/libraries/os/
Dos_LightSemaphore.cpp54 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()
Dos_LightAlarm.cpp56 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 …]
Dos_LightEvent.cpp71 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()
Dos_Environment.cpp67 Tick GetCreationTime() in GetCreationTime()
76 return Tick(tick); in GetCreationTime()
Dos_Thread.cpp285 SpinWaitCpuCycles(Tick(span)); in SleepImpl()
/CTR-SDK-4.2.8-20130828/sources/libraries/test/
Dtest_TimerLog.cpp36 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()
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp236 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()
/CTR-SDK-4.2.8-20130828/include/nn/snd/CTR/MPCore/
Dsnd_Api.h125 nn::os::Tick GetSoundThreadTick();
187 void WaitForDspSync(nn::os::Tick* pTick);
/CTR-SDK-4.2.8-20130828/include/nn/socket/
Dsocket_Types.h32 typedef s64 Tick; typedef
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/
Ddbg_Instrument.cpp236 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()
Ddbg_Logger.cpp218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()
/CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/
Drdt_Stopwatch.h140 m_start = nn::os::Tick::GetSystemCurrent(); in Start()
Drdt_Stopwatch.cpp138 s64 diff = nn::os::Tick::GetSystemCurrent() - m_start; in Stop()
Drdt_Utility.cpp307 return nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds();
/CTR-SDK-4.2.8-20130828/include/nn/dlp/CTR/
Ddlp_Type.h263 nn::os::Tick lastUpdateTick; //