Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dportmacro.h96 extern volatile BaseType_t xInsideInterrupt;
97 #define portSOFTWARE_BARRIER() while( xInsideInterrupt != pdFALSE )
Dport.c79 volatile BaseType_t xInsideInterrupt = pdFALSE; variable
403 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()
416 xInsideInterrupt = pdTRUE; in prvProcessSimulatedInterrupts()
674 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()