Home
last modified time | relevance | path

Searched refs:LightAlarmNode (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_LightAlarm.h73 class LightAlarmNode : public nn::fnd::IntrusiveLinkedList<LightAlarmNode>::Item
76 LightAlarmNode() : event(false), waiting(false) {} in LightAlarmNode() function
93 nn::fnd::IntrusiveLinkedList<LightAlarmNode> list;
97 void InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick );
232 nn::os::detail::LightAlarmNode m_LightAlarm;
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp61 LightAlarmNode* pSetNode = list.GetFront(); in SetTimer()
88 void LightAlarmSystem::InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick ) in InsertAlarm()
92 …for(LightAlarmNode* pLightAlarm = list.GetFront(); pLightAlarm != NULL; pLightAlarm = list.GetNext… in InsertAlarm()
130 LightAlarmNode* pHeadNode = LightAlarm::s_System->list.PopFront(); in LightAlarmThread()
272 LightAlarmNode* node = LightAlarm::s_System->list.GetFront(); in Cancel()