Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h83 #define pdTASK_CODE TaskFunction_t
140 typedef void (*TaskFunction_t)(void *); typedef
172 TaskFunction_t p_task_func;
340 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode,
348 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode,
Dtx_freertos.c320 TaskHandle_t xTaskCreateStatic(TaskFunction_t pxTaskCode, in xTaskCreateStatic()
387 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode, in xTaskCreate()