Home
last modified time | relevance | path

Searched defs:xTicksToWait (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c768 TickType_t xTicksToWait) in ulTaskNotifyTake()
823 TickType_t xTicksToWait) in xTaskNotifyWait()
1280 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake()
1331 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait) in xSemaphoreTakeRecursive()
1590 TickType_t xTicksToWait) in xQueueSend()
1654 TickType_t xTicksToWait) in xQueueSendToBack()
1674 TickType_t xTicksToWait) in xQueueSendToFront()
1756 TickType_t xTicksToWait) in xQueueReceive()
1813 TickType_t xTicksToWait) in xQueuePeek()
2117 TickType_t xTicksToWait) in xEventGroupWaitBits()
[all …]