Searched refs:xInsideInterrupt (Results 1 – 2 of 2) sorted by relevance
96 extern volatile BaseType_t xInsideInterrupt;97 #define portSOFTWARE_BARRIER() while( xInsideInterrupt != pdFALSE )
79 volatile BaseType_t xInsideInterrupt = pdFALSE; variable403 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()416 xInsideInterrupt = pdTRUE; in prvProcessSimulatedInterrupts()674 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()