Searched refs:xInsideInterrupt (Results 1 – 2 of 2) sorted by relevance
79 volatile BaseType_t xInsideInterrupt = pdFALSE; variable414 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()427 xInsideInterrupt = pdTRUE; in prvProcessSimulatedInterrupts()685 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()
105 extern volatile BaseType_t xInsideInterrupt;106 #define portSOFTWARE_BARRIER() while( xInsideInterrupt != pdFALSE )