Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MSVC-MingW/
Dportmacro.h93 #define portYIELD() vPortGenerateSimulatedInterrupt( portINTERRUPT_YIELD )
160 #define portINTERRUPT_YIELD ( 0UL ) macro
Dport.c289 vPortSetInterruptHandler( portINTERRUPT_YIELD, prvProcessYieldInterrupt ); in xPortStartScheduler()