Lines Matching refs:BaseType_t
183 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;
190 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) PRIVILEGED_FUNCTION;
196 static BaseType_t prvCopyDataToQueue( Queue_t * const pxQueue,
198 const BaseType_t xPosition ) PRIVILEGED_FUNCTION;
212 … static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue ) PRIVILEGED_FUNCTION;
296 BaseType_t xQueueGenericReset( QueueHandle_t xQueue, in xQueueGenericReset()
297 BaseType_t xNewQueue ) in xQueueGenericReset()
299 BaseType_t xReturn = pdPASS; in xQueueGenericReset()
428 BaseType_t xQueueGenericGetStaticBuffers( QueueHandle_t xQueue, in xQueueGenericGetStaticBuffers()
432 BaseType_t xReturn; in xQueueGenericGetStaticBuffers()
717 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive()
719 BaseType_t xReturn; in xQueueGiveMutexRecursive()
772 BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex, in xQueueTakeMutexRecursive()
775 BaseType_t xReturn; in xQueueTakeMutexRecursive()
884 BaseType_t xQueueGenericSend( QueueHandle_t xQueue, in xQueueGenericSend()
887 const BaseType_t xCopyPosition ) in xQueueGenericSend()
889 BaseType_t xEntryTimeSet = pdFALSE, xYieldRequired; in xQueueGenericSend()
1096 BaseType_t xQueueGenericSendFromISR( QueueHandle_t xQueue, in xQueueGenericSendFromISR()
1098 BaseType_t * const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR()
1099 const BaseType_t xCopyPosition ) in xQueueGenericSendFromISR()
1101 BaseType_t xReturn; in xQueueGenericSendFromISR()
1261 BaseType_t xQueueGiveFromISR( QueueHandle_t xQueue, in xQueueGiveFromISR()
1262 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR()
1264 BaseType_t xReturn; in xQueueGiveFromISR()
1427 BaseType_t xQueueReceive( QueueHandle_t xQueue, in xQueueReceive()
1431 BaseType_t xEntryTimeSet = pdFALSE; in xQueueReceive()
1570 BaseType_t xQueueSemaphoreTake( QueueHandle_t xQueue, in xQueueSemaphoreTake()
1573 BaseType_t xEntryTimeSet = pdFALSE; in xQueueSemaphoreTake()
1578 BaseType_t xInheritanceOccurred = pdFALSE; in xQueueSemaphoreTake()
1780 BaseType_t xQueuePeek( QueueHandle_t xQueue, in xQueuePeek()
1784 BaseType_t xEntryTimeSet = pdFALSE; in xQueuePeek()
1931 BaseType_t xQueueReceiveFromISR( QueueHandle_t xQueue, in xQueueReceiveFromISR()
1933 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
1935 BaseType_t xReturn; in xQueueReceiveFromISR()
2024 BaseType_t xQueuePeekFromISR( QueueHandle_t xQueue, in xQueuePeekFromISR()
2027 BaseType_t xReturn; in xQueuePeekFromISR()
2236 static BaseType_t prvCopyDataToQueue( Queue_t * const pxQueue, in prvCopyDataToQueue()
2238 const BaseType_t xPosition ) in prvCopyDataToQueue()
2240 BaseType_t xReturn = pdFALSE; in prvCopyDataToQueue()
2460 static BaseType_t prvIsQueueEmpty( const Queue_t * pxQueue ) in prvIsQueueEmpty()
2462 BaseType_t xReturn; in prvIsQueueEmpty()
2481 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueEmptyFromISR()
2483 BaseType_t xReturn; in xQueueIsQueueEmptyFromISR()
2501 static BaseType_t prvIsQueueFull( const Queue_t * pxQueue ) in prvIsQueueFull()
2503 BaseType_t xReturn; in prvIsQueueFull()
2522 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR()
2524 BaseType_t xReturn; in xQueueIsQueueFullFromISR()
2544 BaseType_t xQueueCRSend( QueueHandle_t xQueue, in xQueueCRSend()
2548 BaseType_t xReturn; in xQueueCRSend()
2623 BaseType_t xQueueCRReceive( QueueHandle_t xQueue, in xQueueCRReceive()
2627 BaseType_t xReturn; in xQueueCRReceive()
2717 BaseType_t xQueueCRSendFromISR( QueueHandle_t xQueue, in xQueueCRSendFromISR()
2719 BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR()
2767 BaseType_t xQueueCRReceiveFromISR( QueueHandle_t xQueue, in xQueueCRReceiveFromISR()
2769 BaseType_t * pxCoRoutineWoken ) in xQueueCRReceiveFromISR()
2771 BaseType_t xReturn; in xQueueCRReceiveFromISR()
2944 const BaseType_t xWaitIndefinitely ) in vQueueWaitForMessageRestricted()
2996 BaseType_t xQueueAddToSet( QueueSetMemberHandle_t xQueueOrSemaphore, in xQueueAddToSet()
2999 BaseType_t xReturn; in xQueueAddToSet()
3030 BaseType_t xQueueRemoveFromSet( QueueSetMemberHandle_t xQueueOrSemaphore, in xQueueRemoveFromSet()
3033 BaseType_t xReturn; in xQueueRemoveFromSet()
3094 static BaseType_t prvNotifyQueueSetContainer( const Queue_t * const pxQueue ) in prvNotifyQueueSetContainer()
3097 BaseType_t xReturn = pdFALSE; in prvNotifyQueueSetContainer()