Home
last modified time | relevance | path

Searched refs:TaskFunction_t (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h82 #define pdTASK_CODE TaskFunction_t
139 typedef void (*TaskFunction_t)(void *); typedef
171 TaskFunction_t p_task_func;
339 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode,
347 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode,
Dtx_freertos.c323 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode, in xTaskCreateStatic()
390 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode, in xTaskCreate()