Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h165 typedef struct txfr_task txfr_task_t; typedef
169 txfr_task_t *p_next;
183 typedef txfr_task_t StaticTask_t;
184 typedef txfr_task_t* TaskHandle_t;
Dtx_freertos.c61 static txfr_task_t *p_delete_task_head;
112 txfr_task_t *p_task; in txfr_idle_task_entry()
224 txfr_task_t *p_txfr_task; in txfr_thread_wrapper()
398 txfr_task_t *p_task; in xTaskCreate()
426 p_task = txfr_malloc(sizeof(txfr_task_t)); in xTaskCreate()
491 txfr_task_t *p_txfr_thread; in vTaskDelete()
496 p_txfr_thread = (txfr_task_t *)p_thread->txfr_thread_ptr; in vTaskDelete()
777 txfr_task_t *p_task; in ulTaskNotifyTake()
834 txfr_task_t *p_task; in xTaskNotifyWait()
1015 txfr_task_t *p_task; in xTaskNotifyStateClear()
[all …]