Home
last modified time | relevance | path

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

/Kernel-v11.0.1/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()
349 xPortRunning = pdTRUE; in xPortStartScheduler()
374 configASSERT( xPortRunning ); in prvProcessTickInterrupt()
401 while( xPortRunning == pdTRUE ) in prvProcessSimulatedInterrupts()
584 xPortRunning = pdFALSE; in vPortEndScheduler()
592 configASSERT( xPortRunning ); in vPortGenerateSimulatedInterrupt()
649 if( xPortRunning == pdTRUE ) in vPortEnterCritical()
[all …]