2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>

* spfifo03/spfifo03.scn: Replace file.
This commit is contained in:
Ralf Corsepius
2010-10-04 04:07:47 +00:00
parent 6227170193
commit 50ab8586ea
2 changed files with 22 additions and 41 deletions

View File

@@ -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>
* spsize/size.c: Fix typo.

View File

@@ -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
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
*** FIFO / PIPE OPEN TEST - 6 ***
Creating a task name and a task
creating directory /tmp
creating fifo file /tmp/fifo01
Starting the read task
Read task activated, waiting till writer opens
Writer opening file(1)
Now, reader opening file(1)
@ sender: SendBuffer1
@ receiver (being a unblocked reader): Got SendBuffer1
Reader opening file(2)
Writer opening file(2)
@ sender: SendBuffer2
@ receiver (being a blocked reader): Got SendBuffer2
Reader done!
Removing the fifo
Removing /tmp
*** END OF FIFO / PIPE OPEN TEST - 6 ***