Searched refs:vTaskGenericNotifyGiveFromISR (Results 1 – 4 of 4) sorted by relevance
2618 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify,2622 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriori…2624 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( uxIndexToNotify ), ( pxHigherPriorityTaskWoken…
105 #define vTaskGenericNotifyGiveFromISR MPU_vTaskGenericNotifyGiveFromISR macro
5179 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR() function
2090 … vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()