|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 atomic_flag,包括所有继承而来的类成员
| atomic_flag(const value_type flag) noexcept | atomic_flag | inline |
| clear(const memory_order mo=memory_order_seq_cst) noexcept | atomic_flag | inline |
| clear(const memory_order mo=memory_order_seq_cst) volatile noexcept | atomic_flag | inline |
| flag_ | atomic_flag | |
| notify_all() noexcept | atomic_flag | inline |
| notify_one() noexcept | atomic_flag | inline |
| test(const memory_order mo=memory_order_seq_cst) const noexcept | atomic_flag | inline |
| test(const memory_order mo=memory_order_seq_cst) const volatile noexcept | atomic_flag | inline |
| test_and_set(const memory_order mo=memory_order_seq_cst) noexcept | atomic_flag | inline |
| test_and_set(const memory_order mo=memory_order_seq_cst) volatile noexcept | atomic_flag | inline |
| value_type typedef | atomic_flag | |
| wait(const bool old, const memory_order mo=memory_order_seq_cst) const noexcept | atomic_flag | inline |
| wait(const bool old, const memory_order mo=memory_order_seq_cst) const volatile noexcept | atomic_flag | inline |