libstdc++
__atomic0::atomic_flag Struct Reference

Inherits __atomic_flag_base.

Public Member Functions

 atomic_flag (const atomic_flag &)=delete
 
 atomic_flag (bool __i)
 
void clear (memory_order __m=memory_order_seq_cst) volatile
 
atomic_flagoperator= (const atomic_flag &)=delete
 
bool test_and_set (memory_order __m=memory_order_seq_cst) volatile
 

Detailed Description

atomic_flag

Definition at line 85 of file atomic_0.h.


The documentation for this struct was generated from the following file: