Lines Matching refs:pdTRUE
424 pxNewQueue->ucStaticallyAllocated = pdTRUE; in xQueueGenericCreateStatic()
461 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xQueueGenericGetStaticBuffers()
472 xReturn = pdTRUE; in xQueueGenericGetStaticBuffers()
488 xReturn = pdTRUE; in xQueueGenericGetStaticBuffers()
594 ( void ) xQueueGenericReset( pxNewQueue, pdTRUE ); in prvInitialiseNewQueue()
1093 xEntryTimeSet = pdTRUE; in xQueueGenericSend()
1231 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1253 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1281 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1404 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1426 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1454 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1578 xEntryTimeSet = pdTRUE; in xQueueReceive()
1748 xEntryTimeSet = pdTRUE; in xQueueSemaphoreTake()
1961 xEntryTimeSet = pdTRUE; in xQueuePeek()
2086 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueReceiveFromISR()
2610 xReturn = pdTRUE; in prvIsQueueEmpty()
2634 xReturn = pdTRUE; in xQueueIsQueueEmptyFromISR()
2655 xReturn = pdTRUE; in prvIsQueueFull()
2679 xReturn = pdTRUE; in xQueueIsQueueFullFromISR()
2897 return pdTRUE; in xQueueCRSendFromISR()
2963 *pxCoRoutineWoken = pdTRUE; in xQueueCRReceiveFromISR()
3327 xReturn = pdTRUE; in prvNotifyQueueSetContainer()