Lines Matching full:then
47 * returns an QueueHandle_t variable that can then be used as a parameter to
55 * xQueueCreateSet() returns an xQueueSet variable that can then be used as a
95 * created using xQueueCreate() then both blocks of memory are automatically
98 * xQueueCreateStatic() then the application writer must provide the memory that
111 * @return If the queue is successfully create then a handle to the newly
112 * created queue is returned. If the queue cannot be created then 0 is
169 * created using xQueueCreate() then both blocks of memory are automatically
172 * xQueueCreateStatic() then the application writer must provide the memory that
185 * @param pucQueueStorage If uxItemSize is not zero then
189 * zero then pucQueueStorage can be NULL.
194 * @return If the queue is created then a handle to the created queue is
195 * returned. If pxQueueBuffer is NULL then NULL is returned.
528 * Post an item on a queue. If the queue is already full then overwrite the
998 * running task. If xQueueSendToFrontFromISR() sets this value to pdTRUE then
1070 * running task. If xQueueSendToBackFromISR() sets this value to pdTRUE then
1128 * Post an item on a queue. If the queue is already full then overwrite the
1141 * running task. If xQueueOverwriteFromISR() sets this value to pdTRUE then
1235 * running task. If xQueueSendFromISR() sets this value to pdTRUE then
1266 * // As xHigherPriorityTaskWoken is now set to pdTRUE then a context
1314 * running task. If xQueueGenericSendFromISR() sets this value to pdTRUE then
1349 * // As xHigherPriorityTaskWokenByPost is now set to pdTRUE then a context
1416 * // is full then this task will block for xTicksToWait ticks.
1543 * aware debugger then this function can be ignored.
1575 * a kernel aware debugger then this function can be ignored.
1590 * @return If the queue is in the registry then a pointer to the name of the
1591 * queue is returned. If the queue is not in the registry then NULL is
1644 * xQueueSelectFromSet() is then used to determine which, if any, of the queues
1671 * and a binary semaphore, then uxEventQueueLength should be set to
1673 * + If a queue set is to hold three binary semaphores then uxEventQueueLength
1676 * 5, and a counting semaphore that has a maximum count of 3, then
1679 * @return If the queue set is created successfully then a handle to the created
1704 * then pdPASS is returned. If the queue could not be successfully added to the
1705 * queue set because it is already a member of a different queue set then pdFAIL
1727 * then pdPASS is returned. If the queue was not in the queue set, or the
1728 * queue (or semaphore) was not empty, then pdFAIL is returned.