Home
last modified time | relevance | path

Searched refs:timeoutList (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/services/loopevent/timer/
H A Dle_timer.c66 ListNode timeoutList; in CheckTimeoutOfTimer() local
67 OH_ListInit(&timeoutList); in CheckTimeoutOfTimer()
80 OH_ListAddTail(&timeoutList, &timer->node); in CheckTimeoutOfTimer()
86 node = timeoutList.next; in CheckTimeoutOfTimer()
87 while (node != &timeoutList) { in CheckTimeoutOfTimer()
95 node = timeoutList.next; in CheckTimeoutOfTimer()
100 node = timeoutList.next; in CheckTimeoutOfTimer()

Completed in 1 milliseconds