summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsyslock01/spsyslock01.doc
blob: bf59cebeffc41606a80dcbea9fc76f8094b1f4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This file describes the directives and concepts tested by this test set.

test set name: spsyslock01

directives:

  - _Mutex_Initialize()
  - _Mutex_Acquire()
  - _Mutex_Try_acquire()
  - _Mutex_Release()
  - _Mutex_Destroy()
  - _Mutex_recursive_Initialize()
  - _Mutex_recursive_Acquire()
  - _Mutex_recursive_Try_acquire()
  - _Mutex_recursive_Release()
  - _Mutex_recursive_Destroy()
  - _Semaphore_Initialize()
  - _Semaphore_Wait()
  - _Semaphore_Post()
  - _Semaphore_Destroy()
  - _Futex_Initialize()
  - _Futex_Wait()
  - _Futex_Wake()
  - _Futex_Destroy()

concepts:

  - Ensure that self-contained mutexes and recursive mutexes work.
  - Ensure that self-contained semaphores work.
  - Ensure that self-contained futexes work.