Home
last modified time | relevance | path

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

/src/
A Dtimer.c52 static struct rt_spinlock _stimer_lock; variable
99 return &_stimer_lock; in _timerlock_idx()
104 return &_stimer_lock; in _timerlock_idx()
577 spinlock = &_stimer_lock; in rt_timer_start()
583 spinlock = &_stimer_lock; in rt_timer_start()
792 level = rt_spin_lock_irqsave(&_stimer_lock); in rt_timer_next_timeout_tick()
794 rt_spin_unlock_irqrestore(&_stimer_lock, level); in rt_timer_next_timeout_tick()
812 _timer_check(_soft_timer_list, &_stimer_lock); /* check software timer */ in _timer_thread_entry()
853 rt_spin_lock_init(&_stimer_lock); in rt_system_timer_thread_init()

Completed in 4 milliseconds