Warning, /testsuites/smptests/smpatomic01/smpatomic01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: smpatomic01
0004
0005 directives:
0006
0007 - _Atomic_Compare_exchange_ulong()
0008 - _Atomic_Exchange_ulong()
0009 - _Atomic_Fence()
0010 - _Atomic_Fetch_add_ulong()
0011 - _Atomic_Fetch_and_ulong()
0012 - _Atomic_Fetch_or_ulong()
0013 - _Atomic_Fetch_sub_ulong()
0014 - _Atomic_Flag_clear()
0015 - _Atomic_Flag_test_and_set()
0016 - _Atomic_Init_ulong()
0017 - _Atomic_Load_ulong()
0018 - _Atomic_Store_ulong()
0019
0020 concepts:
0021
0022 - Ensure that the atomic operations work.