Searched refs:Timer_task_lock (Results 1 – 5 of 5) sorted by relevance
125 Timer_task_lock = 1; in lock_TmrTaskDispatch()130 Timer_task_lock = 0; in unlock_TmrTaskDispatch()136 #define TIMER_TASK_LOCK Timer_task_lock
781 extern int Timer_task_lock;
117 Timer_task_lock = 1;122 Timer_task_lock = 0;126 #define TIMER_TASK_LOCK Timer_task_lock
161 if ( Timer_task_lock == 1 ) in SW_Timer_Tick()
119 int Timer_task_lock=0; variable