Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c754 return xTaskNotify(xTaskToNotify, 0u, eIncrement); in xTaskNotifyGive()
763 (void)xTaskNotify(xTaskToNotify, 0u, eIncrement); in vTaskNotifyGiveFromISR()
878 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify, in xTaskNotify() function
897 return xTaskNotify(xTaskToNotify, ulValue, eAction); in xTaskNotifyFromISR()
DFreeRTOS.h404 BaseType_t xTaskNotify(TaskHandle_t xTaskToNotify,
Dreadme.md204 | xTaskNotify()