Searched refs:vTaskGenericNotifyGiveFromISR (Results 1 – 4 of 4) sorted by relevance
3068 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify,3072 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriori…3074 …vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( uxIndexToNotify ), ( pxHigherPriorityTaskWoken…
107 #define vTaskGenericNotifyGiveFromISR MPU_vTaskGenericNotifyGiveFromISR macro
2159 … vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()
8118 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR() function