Searched refs:xHigherPriorityTaskWoken (Results 1 – 2 of 2) sorted by relevance
49 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in notify_one() local50 xSemaphoreGiveFromISR(semaphoreHandle, &xHigherPriorityTaskWoken); in notify_one()51 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in notify_one()
27 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in rtTimerCallback() local29 &xHigherPriorityTaskWoken); in rtTimerCallback()30 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in rtTimerCallback()