From 4e69f5b79ef7c5727048a1cd6ab5a56748680f28 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Oct 1999 15:55:58 +0000 Subject: Added notes for new test. --- c/src/tests/sptests/sp27/TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c/src/tests/sptests/sp27/TODO (limited to 'c') diff --git a/c/src/tests/sptests/sp27/TODO b/c/src/tests/sptests/sp27/TODO new file mode 100644 index 0000000000..fd4e98a78e --- /dev/null +++ b/c/src/tests/sptests/sp27/TODO @@ -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. -- cgit v1.2.3