summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsyslock01/spsyslock01.doc
blob: 38b4d9e11b7a1ed593c5612a50d0b19c371f45c8 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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()
  - _Condition_Initialize()
  - _Condition_Wait()
  - _Condition_Wait_timed()
  - _Condition_Wait_recursive()
  - _Condition_Wait_recursive_timed()
  - _Condition_Signal()
  - _Condition_Broadcast()
  - _Condition_Destroy()
  - _Semaphore_Initialize()
  - _Semaphore_Wait()
  - _Semaphore_Post()
  - _Semaphore_Destroy()
  - _Futex_Initialize()
  - _Futex_Wait()
  - _Futex_Wake()
  - _Futex_Destroy()
  - _Sched_Count()
  - _Sched_Index()
  - _Sched_Name_to_index()
  - _Sched_Processor_count()

concepts:

  - Ensure that self-contained mutexes and recursive mutexes work.
  - Ensure that self-contained conditions work.
  - Ensure that self-contained semaphores work.
  - Ensure that self-contained futexes work.
  - Ensure that <sys/lock.h> scheduler support works.