__atomic0_atomic_bool.3cxx

Langue: en

Version: 357974 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

__atomic0::atomic_bool -

atomic_bool

SYNOPSIS


Public Member Functions


atomic_bool (bool __i)

atomic_bool (const atomic_bool &)

bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst)

bool compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)

bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst)

bool compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2)

bool exchange (bool __i, memory_order __m=memory_order_seq_cst)

bool is_lock_free () const

bool load (memory_order __m=memory_order_seq_cst) const

operator bool () const

atomic_bool & operator= (const atomic_bool &) volatile

bool operator= (bool __i)

void store (bool __i, memory_order __m=memory_order_seq_cst)

Detailed Description

atomic_bool

Definition at line 391 of file atomic_0.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.