summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spmutex01/spmutex01.doc
blob: 5b58865d9c69cfec10b63e53789577a8c3d154d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file describes the directives and concepts tested by this test set.

test set name: spmutex01

directives:

  - mtx_lock()
  - mtx_unlock()
  - rtems_semaphore_create()
  - rtems_semaphore_obtain()
  - rtems_semaphore_release()

concepts:

  - Ensure that priority inheritance mechanism works.
  - Ensure that thread priority queueing discipline works.