Warning, /testsuites/sptests/spatomic01/spatomic01.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: spatomic01
0004
0005 directives:
0006
0007 - ATOMIC_INITIALIZER_FLAG
0008 - ATOMIC_INITIALIZER_UINTPTR()
0009 - ATOMIC_INITIALIZER_UINT()
0010 - ATOMIC_INITIALIZER_ULONG()
0011 - _Atomic_Compare_exchange_uint()
0012 - _Atomic_Compare_exchange_uintptr()
0013 - _Atomic_Compare_exchange_ulong()
0014 - _Atomic_Exchange_uint()
0015 - _Atomic_Exchange_uintptr()
0016 - _Atomic_Exchange_ulong()
0017 - _Atomic_Fence()
0018 - _Atomic_Fetch_add_uint()
0019 - _Atomic_Fetch_add_uintptr()
0020 - _Atomic_Fetch_add_ulong()
0021 - _Atomic_Fetch_and_uint()
0022 - _Atomic_Fetch_and_uintptr()
0023 - _Atomic_Fetch_and_ulong()
0024 - _Atomic_Fetch_or_uint()
0025 - _Atomic_Fetch_or_uintptr()
0026 - _Atomic_Fetch_or_ulong()
0027 - _Atomic_Fetch_sub_uint()
0028 - _Atomic_Fetch_sub_uintptr()
0029 - _Atomic_Fetch_sub_ulong()
0030 - _Atomic_Flag_clear()
0031 - _Atomic_Flag_test_and_set()
0032 - _Atomic_Init_uint()
0033 - _Atomic_Init_uintptr()
0034 - _Atomic_Init_ulong()
0035 - _Atomic_Load_uint()
0036 - _Atomic_Load_uintptr()
0037 - _Atomic_Load_ulong()
0038 - _Atomic_Store_uint()
0039 - _Atomic_Store_uintptr()
0040 - _Atomic_Store_ulong()
0041
0042 concepts:
0043
0044 - Ensure that the atomic operations work.