Home
last modified time | relevance | path

Searched refs:StartOneShot (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Timer.h117 void StartOneShot(nn::fnd::TimeSpan timeSpan);
231 inline void Timer::StartOneShot(nn::fnd::TimeSpan initial) in StartOneShot() function
238 this->StartOneShot(0); in Signal()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Timer.cpp79 pTimer->StartOneShot(nn::fnd::TimeSpan::FromNanoSeconds(time)); in nnosTimerStartOneShot()
Dos_Alarm.cpp120 m_Timer.StartOneShot(time); in SetOneShot()
Dos_LightAlarm.cpp83 LightAlarm::s_System->timer.StartOneShot( pSetNode->fire - nowTick ); in SetTimer()