Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp88 void LightAlarmSystem::InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick ) in InsertAlarm() argument
98 if( 0 <= pLightAlarm->fire - pInsertNode->fire in InsertAlarm()
99 && pLightAlarm->fire - pInsertNode->fire <= TICK_BORDER ) in InsertAlarm()
101 list.Insert(pLightAlarm, pInsertNode); in InsertAlarm()
107 …list.PushBack(pInsertNode); //When the expression is later than any of the alarms in the queue, … in InsertAlarm()
/CTR-SDK-4.2.5/include/nn/os/
Dos_LightAlarm.h97 void InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick );