Added notes for new test.

This commit is contained in:
Joel Sherrill
1999-10-25 15:55:58 +00:00
parent c58674c527
commit 4e69f5b79e

View File

@@ -0,0 +1,19 @@
#
# $Id$
#
This test should be for rtems_semaphore_flush. It will be something like:
TaskA:
create semaphore with initial count 0
start taskB and TaskC (Higher priority than taskA, no round-robin)
print message
semaphore_flush
TaskB/C:
obtain semaphore
print message
suspend/delete self
Successful test would show message from both tasks B and C after the
message from task A.