Searched refs:xHigherPriorityTaskWoken (Results 1 – 9 of 9) sorted by relevance
104 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pdFALSE… argument
109 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
236 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in prvFIFOInterruptHandler() local241 xEventGroupSetBitsFromISR( xEventGroup, ulBits, &xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()242 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in prvFIFOInterruptHandler()766 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in vPortLockInternalSpinUnlockWithNotify() local767 xEventGroupSetBitsFromISR( xEventGroup, uxBits, &xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()768 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in vPortLockInternalSpinUnlockWithNotify()
120 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
115 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
158 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken != pd… argument
126 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) \ argument127 if ( ( xHigherPriorityTaskWoken ) != 0 ) { \
133 #define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) do { if( xHigherPriorityTaskWoken ) vTaskSwi… argument
856 xHigherPriorityTaskWoken parameter is not used, then pend a context switch1521 (xHigherPriorityTaskWoken) is now optional and can be set to NULL if it