Home
last modified time | relevance | path

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

/AOO42X/main/vos/source/
H A Dtimer.cxx70 vos::OTimer* m_pHead; member in vos::OTimerManager
263 m_pHead= 0; in OTimerManager()
306 OTimer** ppIter = &m_pHead; in registerTimer()
325 if (pTimer == m_pHead) in registerTimer()
347 OTimer** ppIter = &m_pHead; in unregisterTimer()
376 for (OTimer* pIter = m_pHead; pIter != 0; pIter= pIter->m_pNext) in lookupTimer()
392 if ( m_pHead == 0 ) in checkForTimeout()
398 OTimer* pTimer = m_pHead; in checkForTimeout()
403 m_pHead = pTimer->m_pNext; in checkForTimeout()
448 if (m_pHead != 0) in run()
[all …]