Home
last modified time | relevance | path

Searched refs:vTaskGenericNotifyGiveFromISR (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/include/
Dtask.h3067 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify,
3071vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriori…
3073vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( uxIndexToNotify ), ( pxHigherPriorityTaskWoken…
Dmpu_wrappers.h107 #define vTaskGenericNotifyGiveFromISR MPU_vTaskGenericNotifyGiveFromISR macro
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c2154vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()
/Kernel-v11.0.1/
Dtasks.c8182 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR() function