summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic08/smpatomic08.scn
blob: 28d46809a0cb6626e35cd95ff109de5370b261d6 (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
*** TEST SMPATOMIC 8 ***
=== static and dynamic initialization test case ===
=== atomic add test case ==
worker 0 value: 16686
worker 1 value: 36405
atomic value: expected = 53091, actual = 53091
=== atomic flag test case ==
worker 0 value: 5588
worker 1 value: 16019
atomic value: expected = 21607, actual = 21607
=== atomic sub test case ==
worker 0 value: 4294950967
worker 1 value: 4294930886
atomic value: expected = 4294914557, actual = 4294914557
=== atomic compare exchange test case ==
worker 0 value: 2950
worker 1 value: 22456
atomic value: expected = 25406, actual = 25406
=== atomic or/and test case ==
worker 0 value: 1
worker 1 value: 0
atomic value: expected = 1, actual = 1
*** END OF TEST SMPATOMIC 8 ***