Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h45 #define portPRIVILEGE_BIT ((UBaseType_t)0x00)
114 typedef ULONG UBaseType_t; typedef
191 UBaseType_t max_count;
211 UBaseType_t queue_length;
212 UBaseType_t msg_size;
273 #define tskIDLE_PRIORITY ((UBaseType_t)0U)
343 UBaseType_t uxPriority,
351 UBaseType_t uxPriority,
354 UBaseType_t uxTaskGetNumberOfTasks(void);
372 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask);
[all …]
Dtx_freertos.c64 UBaseType_t g_txfr_task_count;
327 UBaseType_t uxPriority, in xTaskCreateStatic()
394 UBaseType_t uxPriority, in xTaskCreate()
474 UBaseType_t uxTaskGetNumberOfTasks(void) in uxTaskGetNumberOfTasks()
476 UBaseType_t count; in uxTaskGetNumberOfTasks()
604 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask) in uxTaskPriorityGet()
628 UBaseType_t uxTaskPriorityGetFromISR(const TaskHandle_t xTask) in uxTaskPriorityGetFromISR()
635 UBaseType_t uxNewPriority) in vTaskPrioritySet()
1075 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount, in xSemaphoreCreateCounting()
1076 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting()
[all …]