Searched refs:pdTRUE (Results 1 – 2 of 2) sorted by relevance
1026 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()
263 #define pdTRUE ((BaseType_t)1) macro265 #define pdPASS (pdTRUE)