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

test set name: smpatomic01

directives:

  - _Atomic_Compare_exchange_ulong()
  - _Atomic_Exchange_ulong()
  - _Atomic_Fence()
  - _Atomic_Fetch_add_ulong()
  - _Atomic_Fetch_and_ulong()
  - _Atomic_Fetch_or_ulong()
  - _Atomic_Fetch_sub_ulong()
  - _Atomic_Flag_clear()
  - _Atomic_Flag_test_and_set()
  - _Atomic_Init_ulong()
  - _Atomic_Load_ulong()
  - _Atomic_Store_ulong()

concepts:

  - Ensure that the atomic operations work.