Home
last modified time | relevance | path

Searched refs:GetSystemCurrent (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-4.2.5/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.5/sources/libraries/os/
Dos_LightAlarm.cpp156 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()
Dos_LightSemaphore.cpp54 os::Tick begin = os::Tick::GetSystemCurrent(); in TryAcquire()
59 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryAcquire()
Dos_LightEvent.cpp71 os::Tick begin = os::Tick::GetSystemCurrent(); in TryWait()
76 os::Tick remainTick = end - os::Tick::GetSystemCurrent(); in TryWait()
/CTR-SDK-4.2.5/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.5/include/nn/os/
Dos_Tick.h84 static Tick GetSystemCurrent();
217 inline Tick Tick::GetSystemCurrent() in GetSystemCurrent() function
/CTR-SDK-4.2.5/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.5/sources/libraries/dbg/
Ddbg_Instrument.cpp236 p->mTick = nn::os::Tick::GetSystemCurrent(); in EntryFunc()
286 p->mTick = nn::os::Tick::GetSystemCurrent(); in ExitFunc()
Ddbg_Logger.cpp218 s64 msec = nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds(); in PrintLog()