summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp27/TODO
blob: fd4e98a78e0c257f23afd44f27460e8707b68571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.