Home
last modified time | relevance | path

Searched refs:xTaskNotify (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c757 return xTaskNotify(xTaskToNotify, 0u, eIncrement); in xTaskNotifyGive()
766 (void)xTaskNotify(xTaskToNotify, 0u, eIncrement); in vTaskNotifyGiveFromISR()
881 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify() function
900 return xTaskNotify(xTaskToNotify, ulValue, eAction); in xTaskNotifyFromISR()
DFreeRTOS.h403 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify,
Dreadme.md204 | xTaskNotify()