Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1029 ret_val = pdTRUE; in xTaskNotifyStateClear()
1311 return pdTRUE; in xSemaphoreTake()
1330 return pdTRUE; in xSemaphoreTakeFromISR()
1359 return pdTRUE; in xSemaphoreTakeRecursive()
1376 return pdTRUE; in xSemaphoreGive()
1413 return pdTRUE; in xSemaphoreGive()
1925 return pdTRUE; in xQueueIsQueueEmptyFromISR()
1945 return pdTRUE; in xQueueIsQueueFullFromISR()
2396 return pdTRUE; in xTimerIsTimerActive()
2679 type = pdTRUE; in uxTimerGetReloadMode()
DFreeRTOS.h262 #define pdTRUE ((BaseType_t)1) macro
264 #define pdPASS (pdTRUE)