libstdc++
|
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_flag & | operator= (const atomic_flag &)=delete |
bool | test_and_set (memory_order __m=memory_order_seq_cst) volatile |
Definition at line 47 of file atomic_2.h.