mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-18 16:41:49 +08:00
77 lines
3.6 KiB
Plaintext
77 lines
3.6 KiB
Plaintext
*** TEST 13 ***
|
|
TA1 - rtems_message_queue_ident - qid => 18010001
|
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
|
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
|
TA1 - rtems_task_wake_after - sleep 5 seconds
|
|
TA2 - rtems_message_queue_receive - receive from queue 1 - RTEMS_NO_WAIT
|
|
TA2 - buffer received: BUFFER 1 TO Q 1
|
|
TA2 - rtems_message_queue_receive - receive from queue 1 - RTEMS_WAIT FOREVER
|
|
TA2 - buffer received: BUFFER 2 TO Q 1
|
|
TA2 - rtems_message_queue_receive - receive from queue 1 - RTEMS_WAIT FOREVER
|
|
TA3 - rtems_message_queue_receive - receive from queue 2 - RTEMS_WAIT FOREVER
|
|
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 1
|
|
TA1 - rtems_task_wake_after - sleep 5 seconds
|
|
TA2 - buffer received: BUFFER 3 TO Q 1
|
|
TA2 - rtems_task_set_priority - make self highest priority task
|
|
TA2 - rtems_message_queue_receive - receive from queue 2 - RTEMS_WAIT FOREVER
|
|
<pause>
|
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 2
|
|
TA2 - buffer received: BUFFER 1 TO Q 2
|
|
TA2 - rtems_message_queue_send - BUFFER 2 TO Q 2
|
|
TA2 - rtems_message_queue_receive - receive from queue 1 - 10 second timeout
|
|
TA1 - rtems_message_queue_receive - receive from queue 1 - 10 second timeout
|
|
TA3 - buffer received: BUFFER 2 TO Q 2
|
|
TA3 - rtems_message_queue_broadcast - BUFFER 3 TO Q 1
|
|
TA2 - buffer received: BUFFER 3 TO Q 1
|
|
TA2 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA3 - number of tasks awakened = 02
|
|
TA3 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 3 TO Q 1
|
|
TA1 - rtems_task_delete - delete TA2
|
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 3
|
|
TA1 - rtems_task_wake_after - sleep 5 seconds
|
|
TA3 - buffer received: BUFFER 1 TO Q 3
|
|
TA3 - rtems_task_delete - delete self
|
|
<pause>
|
|
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 3
|
|
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 3
|
|
TA1 - rtems_message_queue_send - BUFFER 4 TO Q 3
|
|
TA1 - rtems_message_queue_urgent - BUFFER 5 TO Q 3
|
|
TA1 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 5 TO Q 3
|
|
TA1 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 2 TO Q 3
|
|
TA1 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 3 TO Q 3
|
|
TA1 - rtems_message_queue_receive - receive from queue 3 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 4 TO Q 3
|
|
TA1 - rtems_message_queue_urgent - BUFFER 3 TO Q 2
|
|
TA1 - rtems_message_queue_receive - receive from queue 2 - RTEMS_WAIT FOREVER
|
|
TA1 - buffer received: BUFFER 3 TO Q 2
|
|
<pause>
|
|
TA1 - rtems_message_queue_delete - delete queue 1
|
|
TA1 - rtems_message_queue_urgent - BUFFER 3 TO Q 2
|
|
TA1 - rtems_message_queue_delete - delete queue 2
|
|
TA1 - rtems_message_queue_get_number_pending - SUCCESSFUL
|
|
TA1 - 0 messages are pending on Q 3
|
|
TA1 - rtems_message_queue_flush - empty Q 3
|
|
TA1 - 0 messages were flushed from Q 3
|
|
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 3
|
|
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 3
|
|
TA1 - rtems_message_queue_get_number_pending - SUCCESSFUL
|
|
TA1 - 2 messages are pending on Q 3
|
|
TA1 - rtems_message_queue_send - BUFFER 3 TO Q 3
|
|
TA1 - rtems_message_queue_flush - Q 3
|
|
TA1 - 3 messages were flushed from Q 3
|
|
TA1 - rtems_message_queue_send until all message buffers consumed
|
|
TA1 - all message buffers consumed
|
|
TA1 - rtems_message_queue_flush - Q 3
|
|
TA1 - 100 messages were flushed from Q 3
|
|
<pause>
|
|
TA1 - create message queue of 20 bytes on queue 1
|
|
TA1 - rtems_message_queue_delete - delete queue 1
|
|
<pause>
|
|
TA1 - rtems_message_queue_create - variable sizes
|
|
TA1 - rtems_message_queue_create and send - variable sizes
|
|
*** END OF TEST 13 ***
|