Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dtask.h3068 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify,
3072vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( tskDEFAULT_INDEX_TO_NOTIFY ), ( pxHigherPriori…
3074vTaskGenericNotifyGiveFromISR( ( xTaskToNotify ), ( uxIndexToNotify ), ( pxHigherPriorityTaskWoken…
Dmpu_wrappers.h107 #define vTaskGenericNotifyGiveFromISR MPU_vTaskGenericNotifyGiveFromISR macro
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c2159vTaskGenericNotifyGiveFromISR( xInternalTaskHandle, uxIndexToNotify, pxHigherPriorityTaskWoken ); in MPU_vTaskGenericNotifyGiveFromISR()
/Kernel-v11.1.0/
Dtasks.c8118 void vTaskGenericNotifyGiveFromISR( TaskHandle_t xTaskToNotify, in vTaskGenericNotifyGiveFromISR() function