Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/MSVC-MingW/
A Dportmacro.h98 extern volatile BaseType_t xInsideInterrupt;
99 #define portSOFTWARE_BARRIER() while( xInsideInterrupt != pdFALSE )
A Dport.c87 volatile BaseType_t xInsideInterrupt = pdFALSE; variable
417 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()
430 xInsideInterrupt = pdTRUE; in prvProcessSimulatedInterrupts()
711 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()

Completed in 5 milliseconds