Lines Matching refs:smRoot
44 smTimerTick(smRoot_t *smRoot ) in smTimerTick() argument
48 smProcessTimers(smRoot); in smTimerTick()
55 smRoot_t *smRoot, in smInitTimerRequest() argument
69 smRoot_t *smRoot, in smSetTimerRequest() argument
87 smRoot_t *smRoot, in smAddTimer() argument
92 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smAddTimer()
95 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smAddTimer()
100 smRoot_t *smRoot, in smKillTimer() argument
104 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smKillTimer()
107 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smKillTimer()
112 smRoot_t *smRoot in smProcessTimers() argument
115 smIntRoot_t *smIntRoot = (smIntRoot_t *)smRoot->smData; in smProcessTimers()
129 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smProcessTimers()
131 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smProcessTimers()
145 tdsmSingleThreadedEnter(smRoot, SM_TIMER_LOCK); in smProcessTimers()
147 tdsmSingleThreadedLeave(smRoot, SM_TIMER_LOCK); in smProcessTimers()
149 (timerRequest_to_process->timerCBFunc)(smRoot, in smProcessTimers()