summaryrefslogblamecommitdiffstats
path: root/testsuites/sptests/spatomic01/spatomic01.doc
blob: f7ac0d3b5b4a6f6e947a02acf6485971ce178992 (plain) (tree)
1
2
3
4
5
6
7
8






                                                                        
                                


                                   
                                      

                                    
                              


                            
                               

                             
                               

                             
                              

                            
                               


                               
                       
                          
                        
                       
                          

                        
                           




                                           
This file describes the directives and concepts tested by this test set.

test set name: spatomic01

directives:

  - ATOMIC_INITIALIZER_FLAG
  - ATOMIC_INITIALIZER_UINTPTR()
  - ATOMIC_INITIALIZER_UINT()
  - ATOMIC_INITIALIZER_ULONG()
  - _Atomic_Compare_exchange_uint()
  - _Atomic_Compare_exchange_uintptr()
  - _Atomic_Compare_exchange_ulong()
  - _Atomic_Exchange_uint()
  - _Atomic_Exchange_uintptr()
  - _Atomic_Exchange_ulong()
  - _Atomic_Fence()
  - _Atomic_Fetch_add_uint()
  - _Atomic_Fetch_add_uintptr()
  - _Atomic_Fetch_add_ulong()
  - _Atomic_Fetch_and_uint()
  - _Atomic_Fetch_and_uintptr()
  - _Atomic_Fetch_and_ulong()
  - _Atomic_Fetch_or_uint()
  - _Atomic_Fetch_or_uintptr()
  - _Atomic_Fetch_or_ulong()
  - _Atomic_Fetch_sub_uint()
  - _Atomic_Fetch_sub_uintptr()
  - _Atomic_Fetch_sub_ulong()
  - _Atomic_Flag_clear()
  - _Atomic_Flag_test_and_set()
  - _Atomic_Init_uint()
  - _Atomic_Init_uintptr()
  - _Atomic_Init_ulong()
  - _Atomic_Load_uint()
  - _Atomic_Load_uintptr()
  - _Atomic_Load_ulong()
  - _Atomic_Store_uint()
  - _Atomic_Store_uintptr()
  - _Atomic_Store_ulong()

concepts:

  - Ensure that the atomic operations work.