Lines Matching refs:pdTRUE
290 if( xNewQueue == pdTRUE ) in xQueueGenericReset()
389 pxNewQueue->ucStaticallyAllocated = pdTRUE; in xQueueGenericCreateStatic()
507 ( void ) xQueueGenericReset( pxNewQueue, pdTRUE ); in prvInitialiseNewQueue()
967 xEntryTimeSet = pdTRUE; in xQueueGenericSend()
1112 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1134 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1162 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGenericSendFromISR()
1282 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1304 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1332 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueGiveFromISR()
1450 xEntryTimeSet = pdTRUE; in xQueueReceive()
1639 xEntryTimeSet = pdTRUE; in xQueueSemaphoreTake()
1854 xEntryTimeSet = pdTRUE; in xQueuePeek()
1994 *pxHigherPriorityTaskWoken = pdTRUE; in xQueueReceiveFromISR()
2467 xReturn = pdTRUE; in prvIsQueueEmpty()
2489 xReturn = pdTRUE; in xQueueIsQueueEmptyFromISR()
2507 xReturn = pdTRUE; in prvIsQueueFull()
2528 xReturn = pdTRUE; in xQueueIsQueueFullFromISR()
2734 return pdTRUE; in xQueueCRSendFromISR()
2796 *pxCoRoutineWoken = pdTRUE; in xQueueCRReceiveFromISR()
3119 xReturn = pdTRUE; in prvNotifyQueueSetContainer()