Lines Matching full:then
43 * then the application writer must place each call to a writing API function
46 * then the application writer must place each call to a reading API function
68 * then be used as a parameter to xStreamBufferSend(), xStreamBufferReceive(),
101 * of an empty stream buffer that has a trigger level of 1 then the task will be
104 * stream buffer that has a trigger level of 10 then the task will not be
107 * trigger level is reached then the task will still receive however many bytes
122 * @return If NULL is returned, then the stream buffer cannot be created
186 * of an empty stream buffer that has a trigger level of 1 then the task will be
189 * stream buffer that has a trigger level of 10 then the task will not be
192 * trigger level is reached then the task will still receive however many bytes
215 * @return If the stream buffer is created successfully then a handle to the
217 * pxStaticstreamBuffer are NULL then NULL is returned.
315 * then the application writer must place each call to a writing API function
318 * then the application writer must place each call to a reading API function
413 * then the application writer must place each call to a writing API function
416 * then the application writer must place each call to a reading API function
439 * task that was interrupted), then, internally, xStreamBufferSendFromISR()
441 * xStreamBufferSendFromISR() sets this value to pdTRUE, then normally a
475 * // xStreamBufferSendFromISR() then a task that has a priority above the
513 * then the application writer must place each call to a writing API function
516 * then the application writer must place each call to a reading API function
616 * (the task that was interrupted), then, internally,
618 * If xStreamBufferReceiveFromISR() sets this value to pdTRUE, then normally a
650 * // xStreamBufferReceiveFromISR() then a task that has a priority above the
678 * then the allocated memory is freed.
702 * @return If the stream buffer is full then pdTRUE is returned. Otherwise
722 * @return If the stream buffer is empty then pdTRUE is returned. Otherwise
744 * @return If the stream buffer is reset then pdPASS is returned. If there was
745 * a task blocked waiting to send to or read from the stream buffer then the
806 * then the task will be unblocked when a single byte is written to the buffer
808 * on a read of an empty stream buffer that has a trigger level of 10 then the
811 * before the trigger level is reached then the task will still receive however
824 * then the trigger level will be updated and pdTRUE is returned. Otherwise
844 * was blocked on the message or stream buffer waiting for data to arrive then
861 * then *pxHigherPriorityTaskWoken will get set to pdTRUE indicating that a
864 * @return If a task was removed from the Blocked state then pdTRUE is returned.
885 * then the sbRECEIVE_COMPLETED() macro sends a notification to the task to
902 * then *pxHigherPriorityTaskWoken will get set to pdTRUE indicating that a
905 * @return If a task was removed from the Blocked state then pdTRUE is returned.