Lines Matching full:then
46 * then the application writer must place each call to a writing API function
49 * then the application writer must place each call to a reading API function
82 * then be used as a parameter to xMessageBufferSend(), xMessageBufferReceive(),
113 * is called without the parameter, then it will use the default implementation
123 * @return If NULL is returned, then the message buffer cannot be created
194 …* If the parameter is NULL or xMessageBufferCreate() is called without the parameter, then it will…
203 * @return If the message buffer is created successfully then a handle to the
205 * pxStaticmessageBuffer are NULL then NULL is returned.
301 * then the application writer must place each call to a writing API function
304 * then the application writer must place each call to a reading API function
340 * message into the message buffer then zero is returned. If the call did not
341 * time out then xDataLengthBytes is returned.
401 * then the application writer must place each call to a writing API function
404 * then the application writer must place each call to a reading API function
432 * task that was interrupted), then, internally, xMessageBufferSendFromISR()
434 * xMessageBufferSendFromISR() sets this value to pdTRUE, then normally a
442 * then 0 is returned, otherwise xDataLengthBytes is returned.
468 * // xMessageBufferSendFromISR() then a task that has a priority above the
505 * then the application writer must place each call to a writing API function
508 * then the application writer must place each call to a reading API function
524 * If xBufferLengthBytes is too small to hold the next message then the message
540 * then zero is returned. If the length of the message is greater than
541 * xBufferLengthBytes then the message will be left in the message buffer and
596 * then the application writer must place each call to a writing API function
599 * then the application writer must place each call to a reading API function
615 * If xBufferLengthBytes is too small to hold the next message then the message
624 * (the task that was interrupted), then, internally,
626 * If xMessageBufferReceiveFromISR() sets this value to pdTRUE, then normally a
659 * // xMessageBufferReceiveFromISR() then a task that has a priority above the
685 * then the allocated memory is freed.
708 * @return If the message buffer referenced by xMessageBuffer is full then
724 * @return If the message buffer referenced by xMessageBuffer is empty then
744 * @return If the message buffer was reset then pdPASS is returned. If the
747 * a message to be available, then pdFAIL is returned.
769 * architecture, so if xMessageBufferSpacesAvailable() returns 10, then the size
811 * was blocked on the message or stream buffer waiting for data to arrive then
828 * then *pxHigherPriorityTaskWoken will get set to pdTRUE indicating that a
831 * @return If a task was removed from the Blocked state then pdTRUE is returned.
852 * then the sbRECEIVE_COMPLETED() macro sends a notification to the task to
869 * then *pxHigherPriorityTaskWoken will get set to pdTRUE indicating that a
872 * @return If a task was removed from the Blocked state then pdTRUE is returned.