Lines Matching refs:smRoot
45 smTimerTick(smRoot_t *smRoot ) in smTimerTick() argument
49 smProcessTimers(smRoot); in smTimerTick()
56 smRoot_t *smRoot, in smInitTimerRequest() argument
70 smRoot_t *smRoot, in smSetTimerRequest() argument
88 smRoot_t *smRoot, in smAddTimer() argument
93 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smAddTimer()
96 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smAddTimer()
101 smRoot_t *smRoot, in smKillTimer() argument
105 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smKillTimer()
108 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smKillTimer()
113 smRoot_t *smRoot in smProcessTimers() argument
116 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smProcessTimers()
130 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smProcessTimers()
132 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smProcessTimers()
146 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smProcessTimers()
148 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smProcessTimers()
150 (timerRequest_to_process->timerCBFunc)(smRoot, in smProcessTimers()