std::__atomic2::atomic_flag

Langue: en

Version: 154194 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

__atomic2::atomic_flag - atomic_flag

SYNOPSIS


Inherits __atomic_flag_base.

Public Member Functions


atomic_flag (bool __i)

atomic_flag (const atomic_flag &)

void clear (memory_order __m=memory_order_seq_cst) volatile

atomic_flag & operator= (const atomic_flag &)

bool test_and_set (memory_order __m=memory_order_seq_cst) volatile

Detailed Description

atomic_flag

Definition at line 47 of file atomic_2.h.

Author

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