libstdc++
|
Public Member Functions | |
atomic_flag (const atomic_flag &) | |
constexpr | atomic_flag (bool __i) noexcept |
atomic_flag & | operator= (const atomic_flag &) |
atomic_flag & | operator= (const atomic_flag &) volatile |
Public Attributes | |
__atomic_flag_data_type | _M_i |
Definition at line 160 of file atomic_base.h.