Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c112 static bool xTimerTickThreadShouldRun; variable
282 xTimerTickThreadShouldRun = false; in vPortEndScheduler()
390 while( xTimerTickThreadShouldRun ) in prvTimerTickHandler()
411 xTimerTickThreadShouldRun = true; in prvSetupTimerInterrupt()