Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h166 typedef struct txfr_task txfr_task_t; typedef
170 txfr_task_t *p_next;
184 typedef txfr_task_t StaticTask_t;
185 typedef txfr_task_t* TaskHandle_t;
Dtx_freertos.c58 static txfr_task_t *p_delete_task_head;
109 txfr_task_t *p_task; in txfr_idle_task_entry()
221 txfr_task_t *p_txfr_task; in txfr_thread_wrapper()
395 txfr_task_t *p_task; in xTaskCreate()
423 p_task = txfr_malloc(sizeof(txfr_task_t)); in xTaskCreate()
488 txfr_task_t *p_txfr_thread; in vTaskDelete()
493 p_txfr_thread = (txfr_task_t *)p_thread->txfr_thread_ptr; in vTaskDelete()
774 txfr_task_t *p_task; in ulTaskNotifyTake()
831 txfr_task_t *p_task; in xTaskNotifyWait()
1012 txfr_task_t *p_task; in xTaskNotifyStateClear()
[all …]