summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsyslock01/spsyslock01.doc
blob: 440759d930ace1d84c1603dadf3d33f706f59f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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()

concepts:

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