Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h164 typedef struct txfr_queueset txfr_queueset_t; typedef
195 txfr_queueset_t *p_set;
206 txfr_queueset_t *p_set;
254 typedef txfr_queueset_t *QueueSetHandle_t;
Dtx_freertos.c2682 txfr_queueset_t *p_set; in xQueueCreateSet()
2695 p_set = txfr_malloc(sizeof(txfr_queueset_t)); in xQueueCreateSet()