atomic_flag_clear 函式
將bool中加上旗標 atomic_flag 物件到false,藉由套用memory_order_seq_cstmemory_order。
inline void atomic_flag_clear(
volatile atomic_flag *Flag
) _NOEXCEPT;
inline void atomic_flag_clear(
atomic_flag *Flag
) _NOEXCEPT;
參數
- Flag
變數的指標, atomic_flag物件。
需求
標頭: 不可部分完成
Namespace: 標準