Searched refs:xHigherPriorityTaskWoken (Results 1 – 3 of 3) sorted by relevance
95 static BaseType_t xHigherPriorityTaskWoken; in fc_soc_event_handler1() local109 xSemaphoreGiveFromISR( xSemaphoreHandle, &xHigherPriorityTaskWoken ); in fc_soc_event_handler1()110 portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); in fc_soc_event_handler1()
299 #define portYIELD_FROM_ISR_ARG(xHigherPriorityTaskWoken) ({ \ argument300 if (xHigherPriorityTaskWoken == pdTRUE) { \
532 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_lpsd_irq_handle() local599 &xHigherPriorityTaskWoken); in sunxi_lpsd_irq_handle()603 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in sunxi_lpsd_irq_handle()614 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_mad_irq_handle() local629 &xHigherPriorityTaskWoken); in sunxi_mad_irq_handle()633 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in sunxi_mad_irq_handle()
Completed in 11 milliseconds