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

test set name: spmutex01

directives:

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

concepts:

  - Ensure that priority inheritance mechanism works.
  - Ensure that thread priority queueing discipline works.
  - Ensure that deadlock detection works in various combinations.