Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MSVC-MingW/
Dport.c79 volatile BaseType_t xInsideInterrupt = pdFALSE; variable
414 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()
427 xInsideInterrupt = pdTRUE; in prvProcessSimulatedInterrupts()
685 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()
Dportmacro.h105 extern volatile BaseType_t xInsideInterrupt;
106 #define portSOFTWARE_BARRIER() while( xInsideInterrupt != pdFALSE )