Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dport.c144 static BaseType_t xPortRunning = pdFALSE; variable
197 while( xPortRunning == pdTRUE ) in prvSimulatedPeripheralTimer()
360 xPortRunning = pdTRUE; in xPortStartScheduler()
388 configASSERT( xPortRunning ); in prvProcessTickInterrupt()
415 while( xPortRunning == pdTRUE ) in prvProcessSimulatedInterrupts()
595 xPortRunning = pdFALSE; in vPortEndScheduler()
603 configASSERT( xPortRunning ); in vPortGenerateSimulatedInterrupt()
641 if( xPortRunning == pdTRUE ) in vPortGenerateSimulatedInterruptFromWindowsThread()
686 if( xPortRunning == pdTRUE ) in vPortEnterCritical()
719 configASSERT( xPortRunning ); in vPortExitCritical()
[all …]

Completed in 4 milliseconds