Searched refs:vTaskGenericNotifyGiveFromISR (Results 1 – 4 of 4) sorted by relevance
3067 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify,3071 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriori…3073 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( uxIndexToNotify ), ( pxHigherPriorityTaskWoken…
107 #define vTaskGenericNotifyGiveFromISR MPU_vTaskGenericNotifyGiveFromISR macro
2154 … vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()
8182 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR() function