Home
last modified time | relevance | path

Searched refs:xHigherPriorityTaskWoken (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Kernel/portable/GCC/RL78/
A Dportmacro.h115 …#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdF… argument
119 …#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdF… argument
/FreeRTOS-Kernel/portable/IAR/RL78/
A Dportmacro.h139 …#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdF… argument
143 …#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdF… argument
/FreeRTOS-Kernel/portable/GCC/CORTUS_APS3/
A Dportmacro.h104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFA… argument
/FreeRTOS-Kernel/portable/IAR/V850ES/
A Dportmacro.h120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… argument
/FreeRTOS-Kernel/portable/IAR/78K0R/
A Dportmacro.h115 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTask… argument
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/
A Dport.c293 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in prvFIFOInterruptHandler() local
298 xEventGroupSetBitsFromISR( xEventGroup, ulBits, &xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()
299 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()
1068 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in vPortLockInternalSpinUnlockWithNotify() local
1069 xEventGroupSetBitsFromISR( xEventGroup, uxBits, &xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()
1070 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()
/FreeRTOS-Kernel/portable/GCC/TriCore_1782/
A Dportmacro.h164 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFA… argument
/FreeRTOS-Kernel/
A DHistory.txt1160 xHigherPriorityTaskWoken parameter is not used, then pend a context switch
1825 (xHigherPriorityTaskWoken) is now optional and can be set to NULL if it

Completed in 16 milliseconds