Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1026 ret_val = pdTRUE; in xTaskNotifyStateClear()
1308 return pdTRUE; in xSemaphoreTake()
1327 return pdTRUE; in xSemaphoreTakeFromISR()
1356 return pdTRUE; in xSemaphoreTakeRecursive()
1373 return pdTRUE; in xSemaphoreGive()
1410 return pdTRUE; in xSemaphoreGive()
1915 return pdTRUE; in xQueueIsQueueEmptyFromISR()
1935 return pdTRUE; in xQueueIsQueueFullFromISR()
2386 return pdTRUE; in xTimerIsTimerActive()
2669 type = pdTRUE; in uxTimerGetReloadMode()
DFreeRTOS.h263 #define pdTRUE ((BaseType_t)1) macro
265 #define pdPASS (pdTRUE)