Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c136 static BaseType_t xPortRunning = pdFALSE; variable
163 while( xPortRunning == pdTRUE ) in prvSimulatedPeripheralTimer()
180 if( xPortRunning == pdTRUE ) in prvSimulatedPeripheralTimer()
182 configASSERT( xPortRunning ); in prvSimulatedPeripheralTimer()
360 xPortRunning = pdTRUE; in xPortStartScheduler()
385 configASSERT( xPortRunning ); in prvProcessTickInterrupt()
412 while( xPortRunning == pdTRUE ) in prvProcessSimulatedInterrupts()
595 xPortRunning = pdFALSE; in vPortEndScheduler()
603 configASSERT( xPortRunning ); in vPortGenerateSimulatedInterrupt()
660 if( xPortRunning == pdTRUE ) in vPortEnterCritical()
[all …]