forked from Imagelibrary/rtems
2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* spfifo03/spfifo03.scn: Replace file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* spfifo03/spfifo03.scn: Replace file.
|
||||||
|
|
||||||
2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* spsize/size.c: Fix typo.
|
* spsize/size.c: Fix typo.
|
||||||
|
|||||||
@@ -1,41 +1,18 @@
|
|||||||
Initialized console on port COM1 9600-8-N-1
|
*** FIFO / PIPE OPEN TEST - 6 ***
|
||||||
|
Creating a task name and a task
|
||||||
|
creating directory /tmp
|
||||||
|
creating fifo file /tmp/fifo01
|
||||||
|
Starting the read task
|
||||||
*** FIFO / PIPE OPEN TEST - 6 ***
|
Read task activated, waiting till writer opens
|
||||||
|
Writer opening file(1)
|
||||||
|
Now, reader opening file(1)
|
||||||
Creating a task name and a task
|
@ sender: SendBuffer1
|
||||||
|
@ receiver (being a unblocked reader): Got SendBuffer1
|
||||||
|
Reader opening file(2)
|
||||||
creating directory /tmp
|
Writer opening file(2)
|
||||||
|
@ sender: SendBuffer2
|
||||||
|
@ receiver (being a blocked reader): Got SendBuffer2
|
||||||
creating fifo file /tmp/fifo01
|
Reader done!
|
||||||
|
Removing the fifo
|
||||||
|
Removing /tmp
|
||||||
Starting the read task
|
*** END OF FIFO / PIPE OPEN TEST - 6 ***
|
||||||
|
|
||||||
|
|
||||||
Writer opening file(1)
|
|
||||||
|
|
||||||
|
|
||||||
Read task activated, sleeping to block the writer
|
|
||||||
|
|
||||||
|
|
||||||
Now, reader opening file(1)
|
|
||||||
|
|
||||||
|
|
||||||
@ sender:
|
|
||||||
|
|
||||||
@ receiver (being a unblocked reader): Got
|
|
||||||
|
|
||||||
Reader opening file(2)
|
|
||||||
|
|
||||||
|
|
||||||
Writer opening file(2)
|
|
||||||
|
|
||||||
|
|
||||||
@ sender: SendBuffer2
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user