Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h340 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode,
Dreadme.md108 … ThreadX calls from within a task created using `xTaskCreate()` or `xTaskCreateStatic()` is not re…
170 | xTaskCreateStatic()
Dtx_freertos.c320 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode, in xTaskCreateStatic() function