Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/CORTUS_APS3/
Dportmacro.h104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFALSE… argument
/Kernel-v10.6.2/portable/GCC/RL78/
Dportmacro.h109 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c236 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in prvFIFOInterruptHandler() local
241 xEventGroupSetBitsFromISR( xEventGroup, ulBits, &xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()
242 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()
766 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in vPortLockInternalSpinUnlockWithNotify() local
767 xEventGroupSetBitsFromISR( xEventGroup, uxBits, &xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()
768 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()
/Kernel-v10.6.2/portable/IAR/V850ES/
Dportmacro.h120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
/Kernel-v10.6.2/portable/IAR/78K0R/
Dportmacro.h115 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
/Kernel-v10.6.2/portable/GCC/TriCore_1782/
Dportmacro.h158 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pd… argument
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h126 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) \ argument
127 if ( ( xHigherPriorityTaskWoken ) != 0 ) { \
/Kernel-v10.6.2/portable/IAR/RL78/
Dportmacro.h133 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
/Kernel-v10.6.2/
DHistory.txt856 xHigherPriorityTaskWoken parameter is not used, then pend a context switch
1521 (xHigherPriorityTaskWoken) is now optional and can be set to NULL if it