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