94a86be0dd
* include/std/chrono: Extend constexpr application. * testsuite/util/testsuite_common_types.h (constexpr_default_constructible, constexpr_single_value_constructible) : Add comments about implied constraints. * testsuite/20_util/duration/cons/constexpr.cc: Activate all tests. * testsuite/20_util/time_point/cons/constexpr.cc: Same. * testsuite/20_util/time_point/requirements/constexpr_functions.cc: Same. * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust line numbers. * testsuite/20_util/time_point_cast/constexpr.cc: New. * include/std/bitset: Use __SIZEOF_* macros to re-create original logic instead of slipshod application of std::numeric_limits<T>::max() macros. * testsuite/util/testsuite_common_types.h (constexpr_default_constructible): Modify. * include/std/chrono: Tested constexpr. * testsuite/20_util/duration_cast/constexpr.cc: New. * testsuite/20_util/time_point/cons/constexpr.cc: New. * testsuite/20_util/duration/cons/constexpr.cc: Add single_value tests. * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust line numbers. * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. * testsuite/20_util/time_point/cons/constexpr.cc: Add single_value tests. * testsuite/20_util/time_point/requirements/constexpr_functions.cc: Add. * testsuite/util/testsuite_common_types.h: Adjust init. * include/std/chrono (duration): Remove defaulted constructor, replace with mem-init list. * testsuite/20_util/duration/cons/constexpr.cc: Add single value. * testsuite/20_util/duration/requirements/constexpr_functions.cc: Add non-static member functions. * testsuite/20_util/default_delete/cons/constexpr.cc: New, xfail. * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Same. * testsuite/20_util/shared_ptr/cons/constexpr.cc: Same. * testsuite/20_util/time_point/requirements/constexpr_functions.cc: Same. * testsuite/20_util/unique_ptr/cons/constexpr.cc: Same. * testsuite/20_util/weak_ptr/cons/constexpr.cc: Same. * include/std/bitset: Add constexpr as per N3126 draft. * testsuite/23_containers/bitset/cons/constexpr.cc: New. * testsuite/23_containers/bitset/requirements/constexpr_functions.cc: New. * testsuite/util/testsuite_common_types.h: Reset condition. * include/bits/random.h: Remove misleading comments. * include/bits/regex.h: Add constexpr. * testsuite/28_regex/05_constants/syntax_option_type.cc: Add tests. * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc: New. PR libstdc++/46134 * include/std/chrono: Use default constructor. * testsuite/util/testsuite_common_types.h (constexpr_default_constructible): Adjust condition. PR libstdc++/46133 * include/std/complex: Adjust complex specialization default constructors for constexpr. * testsuite/26_numerics/complex/cons/constexpr.cc: Enable tests. * include/bits/random.h: Adjust for constexpr as per N3126 draft. * testsuite/26_numerics/random/discard_block_engine/requirements/ constexpr_data.cc: New. * testsuite/26_numerics/random/discard_block_engine/requirements/ constexpr_functions.cc: New. * testsuite/26_numerics/random/independent_bits_engine/requirements/ constexpr_functions.cc: New. * testsuite/26_numerics/random/linear_congruential_engine/requirements/ constexpr_data.cc: New. * testsuite/26_numerics/random/linear_congruential_engine/requirements/ constexpr_functions.cc: New. * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ constexpr_data.cc: New. * testsuite/26_numerics/random/mersenne_twister_engine/requirements/ constexpr_functions.cc: New. * testsuite/26_numerics/random/shuffle_order_engine/requirements/ constexpr_data.cc: New. * testsuite/26_numerics/random/shuffle_order_engine/requirements/ constexpr_functions.cc: New. * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ constexpr_data.cc: New. * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/ constexpr_functions.cc: New. * include/bits/stream_iterator.h: Add constexpr as per N3126 draft. * include/bits/streambuf_iterator.h: Same. * include/std/complex: Same. * testsuite/24_iterators/istream_iterator/cons/constexpr.cc: New. * testsuite/24_iterators/istreambuf_iterator/cons/constexpr.cc: New. * testsuite/26_numerics/complex/cons/constexpr.cc: New. * testsuite/26_numerics/complex/requirements/constexpr_functions.cc: New. * include/bits/char_traits.h: Add constexpr as per N3126 draft. * testsuite/21_strings/char_traits/requirements/constexpr_functions.cc: New. * include/tr1_impl/array: Add constexpr as per N3126 draft. * testsuite/23_containers/array/requirements/ constexpr_functions.cc: New. * include/bits/shared_ptr.h: Revert changes. * include/bits/unique_ptr.h: Same. * include/std/chrono: Adjust. * include/tr1_impl/type_traits: Same. * testsuite/util/testsuite_common_types.h: Add test functors. * testsuite/20_util/duration/cons/constexpr.cc: New. * testsuite/20_util/duration/requirements/constexpr_functions.cc: Same. * testsuite/20_util/pair/cons/constexpr.cc: Same. * testsuite/20_util/ratio/requirements/constexpr_data.cc: Same. * testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc: Same. * testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc: Same. * testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc: Same. * testsuite/30_threads/call_once/constexpr.cc: Same. * testsuite/30_threads/mutex/cons/constexpr.cc: Same. * testsuite/30_threads/once_flag/cons/constexpr.cc: Same. * testsuite/tr1/4_metaprogramming/integral_constant/requirements/ constexpr_data.cc: Same. * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers. * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Same. * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: Same. * include/bits/allocator.h: Add constexpr as per N3126 draft. * include/bits/ios_base.h: Same. * include/bits/shared_ptr.h: Same. * include/bits/unique_ptr.h: Same. * include/bits/stl_iterator.h: Same. * include/bits/stl_pair.h: Same. * include/std/tuple: Same. * include/tr1_impl/type_traits: Same. * include/std/chrono: Same. * include/std/ratio: Same. * include/std/mutex: Same. * src/mutex.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust. * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same. * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same. * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same. * testsuite/27_io/ios_base/cons/assign_neg.cc: Same. * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. * doc/doxygen/user.cfg.in: Replace _GLIBCXX_USE_CONSTEXPR, _GLIBCXX_CONSTEXPR for doxygen generation. * src/limits.cc: Undef. * testsuite/29_atomics/atomic/cons/constexpr.cc: Adjust. * testsuite/29_atomics/atomic_address/cons/constexpr.cc: Same. * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.c: Same. * testsuite/18_support/numeric_limits/constexpr.cc: To... * testsuite/18_support/numeric_limits/requirements/ constexpr_data.cc, constexpr_functions.cc: ...this * testsuite/util/testsuite_common_types.h (constexpr_single_value_constructible): Add. * testsuite/29_atomics/atomic/cons/constexpr.cc: Adjust name. * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. * testsuite/29_atomics/atomic_address/cons/constexpr.cc: New. * testsuite/18_support/numeric_limits/constexpr.cc: New. * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers. * testsuite/29_atomics/atomic/cons/constexpr.cc: Same. * testsuite/29_atomics/atomic/cons/copy_neg.cc: Same. * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: Same. * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Same. * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: Same. * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc: Same. * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc: Same. * include/bits/c++config (_GLIBCXX_CONSTEXPR): Add. (_GLIBCXX_USE_CONSTEXPR): Add. * include/std/limits: Use it. * src/limits.cc: Adjust. * testsuite/ext/profile/mutex_extensions.cc: Change line number. * include/bits/atomic_0.h: Rework for N3126 draft, add constexpr. * include/bits/atomic_2.h: Same. * include/bits/atomic_base.h: Same. * include/std/atomic: Same. * src/atomic.cc: Same. * include/bits/atomicfwd_c.h: Remove. * include/bits/atomicfwd_cxx.h: Remove. * include/c_compatibility/stdatomic.h: Remove. * include/Makefile.am: Remove atomicfwd_c.h, atomicfwd_cxx.h, stdatomic.h. * include/Makefile.in: Regenerate. * doc/xml/manual/using.xml: Update list of header files for changes. * testsuite/util/testsuite_common_types.h (constexpr_constructible): Add. * testsuite/29_atomics/atomic/cons/constexpr.cc: New. * testsuite/29_atomics/atomic_integral/cons/constexpr.cc: New. * testsuite/17_intro/headers/c++200x/stdc++.cc: Modify. * testsuite/29_atomics/atomic/cons/assign_neg.cc: Same. * testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same. * testsuite/29_atomics/atomic_flag/cons/1.cc: Same. * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Same. * testsuite/29_atomics/headers/atomic/macros.cc: Same. * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Same. * testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc: Same. * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Remove. * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same. * testsuite/29_atomics/atomic_flag/clear/1.c: Same. * testsuite/29_atomics/headers/stdatomic.h/debug_mode.c: Same. * testsuite/29_atomics/headers/stdatomic.h/functions.c: Same. * testsuite/29_atomics/headers/stdatomic.h/macros.c: Same. * testsuite/29_atomics/headers/stdatomic.h/types.c: Same. * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16. From-SVN: r166171
1353 lines
38 KiB
C++
1353 lines
38 KiB
C++
// -*- C++ -*- header.
|
|
|
|
// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
|
|
//
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
// software; you can redistribute it and/or modify it under the
|
|
// terms of the GNU General Public License as published by the
|
|
// Free Software Foundation; either version 3, or (at your option)
|
|
// any later version.
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
// 3.1, as published by the Free Software Foundation.
|
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
// <http://www.gnu.org/licenses/>.
|
|
|
|
/** @file atomic
|
|
* This is a Standard C++ Library header.
|
|
*/
|
|
|
|
// Based on "C++ Atomic Types and Operations" by Hans Boehm and Lawrence Crowl.
|
|
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2427.html
|
|
|
|
#ifndef _GLIBCXX_ATOMIC
|
|
#define _GLIBCXX_ATOMIC 1
|
|
|
|
#pragma GCC system_header
|
|
|
|
#ifndef __GXX_EXPERIMENTAL_CXX0X__
|
|
# include <bits/c++0x_warning.h>
|
|
#endif
|
|
|
|
#include <bits/atomic_base.h>
|
|
#include <bits/atomic_0.h>
|
|
#include <bits/atomic_2.h>
|
|
|
|
_GLIBCXX_BEGIN_NAMESPACE(std)
|
|
|
|
/**
|
|
* @addtogroup atomics
|
|
* @{
|
|
*/
|
|
|
|
/// atomic_bool
|
|
// NB: No operators or fetch-operations for this type.
|
|
struct atomic_bool
|
|
{
|
|
private:
|
|
__atomic_base<bool> _M_base;
|
|
|
|
public:
|
|
atomic_bool() = default;
|
|
~atomic_bool() = default;
|
|
atomic_bool(const atomic_bool&) = delete;
|
|
atomic_bool& operator=(const atomic_bool&) = delete;
|
|
atomic_bool& operator=(const atomic_bool&) volatile = delete;
|
|
|
|
constexpr atomic_bool(bool __i) : _M_base(__i) { }
|
|
|
|
bool
|
|
operator=(bool __i)
|
|
{ return _M_base.operator=(__i); }
|
|
|
|
operator bool() const
|
|
{ return _M_base.load(); }
|
|
|
|
operator bool() const volatile
|
|
{ return _M_base.load(); }
|
|
|
|
bool
|
|
is_lock_free() const { return _M_base.is_lock_free(); }
|
|
|
|
bool
|
|
is_lock_free() const volatile { return _M_base.is_lock_free(); }
|
|
|
|
void
|
|
store(bool __i, memory_order __m = memory_order_seq_cst)
|
|
{ _M_base.store(__i, __m); }
|
|
|
|
void
|
|
store(bool __i, memory_order __m = memory_order_seq_cst) volatile
|
|
{ _M_base.store(__i, __m); }
|
|
|
|
bool
|
|
load(memory_order __m = memory_order_seq_cst) const
|
|
{ return _M_base.load(__m); }
|
|
|
|
bool
|
|
load(memory_order __m = memory_order_seq_cst) const volatile
|
|
{ return _M_base.load(__m); }
|
|
|
|
bool
|
|
exchange(bool __i, memory_order __m = memory_order_seq_cst)
|
|
{ return _M_base.exchange(__i, __m); }
|
|
|
|
bool
|
|
exchange(bool __i, memory_order __m = memory_order_seq_cst) volatile
|
|
{ return _M_base.exchange(__i, __m); }
|
|
|
|
bool
|
|
compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
|
|
memory_order __m2)
|
|
{ return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
|
|
|
|
bool
|
|
compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
|
|
memory_order __m2) volatile
|
|
{ return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
|
|
|
|
bool
|
|
compare_exchange_weak(bool& __i1, bool __i2,
|
|
memory_order __m = memory_order_seq_cst)
|
|
{ return _M_base.compare_exchange_weak(__i1, __i2, __m); }
|
|
|
|
bool
|
|
compare_exchange_weak(bool& __i1, bool __i2,
|
|
memory_order __m = memory_order_seq_cst) volatile
|
|
{ return _M_base.compare_exchange_weak(__i1, __i2, __m); }
|
|
|
|
bool
|
|
compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
|
|
memory_order __m2)
|
|
{ return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
|
|
|
|
bool
|
|
compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
|
|
memory_order __m2) volatile
|
|
{ return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
|
|
|
|
bool
|
|
compare_exchange_strong(bool& __i1, bool __i2,
|
|
memory_order __m = memory_order_seq_cst)
|
|
{ return _M_base.compare_exchange_strong(__i1, __i2, __m); }
|
|
|
|
bool
|
|
compare_exchange_strong(bool& __i1, bool __i2,
|
|
memory_order __m = memory_order_seq_cst) volatile
|
|
{ return _M_base.compare_exchange_strong(__i1, __i2, __m); }
|
|
};
|
|
|
|
|
|
/// atomic
|
|
/// 29.4.3, Generic atomic type, primary class template.
|
|
template<typename _Tp>
|
|
struct atomic
|
|
{
|
|
private:
|
|
_Tp _M_i;
|
|
|
|
public:
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(_Tp __i) : _M_i(__i) { }
|
|
|
|
operator _Tp() const;
|
|
|
|
operator _Tp() const volatile;
|
|
|
|
_Tp
|
|
operator=(_Tp __i) { store(__i); return __i; }
|
|
|
|
_Tp
|
|
operator=(_Tp __i) volatile { store(__i); return __i; }
|
|
|
|
bool
|
|
is_lock_free() const;
|
|
|
|
bool
|
|
is_lock_free() const volatile;
|
|
|
|
void
|
|
store(_Tp, memory_order = memory_order_seq_cst);
|
|
|
|
void
|
|
store(_Tp, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
_Tp
|
|
load(memory_order = memory_order_seq_cst) const;
|
|
|
|
_Tp
|
|
load(memory_order = memory_order_seq_cst) const volatile;
|
|
|
|
_Tp
|
|
exchange(_Tp __i, memory_order = memory_order_seq_cst);
|
|
|
|
_Tp
|
|
exchange(_Tp __i, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp&, _Tp, memory_order, memory_order);
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp&, _Tp, memory_order, memory_order) volatile;
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp&, _Tp, memory_order = memory_order_seq_cst);
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp&, _Tp,
|
|
memory_order = memory_order_seq_cst) volatile;
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp&, _Tp, memory_order, memory_order);
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp&, _Tp, memory_order, memory_order) volatile;
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp&, _Tp, memory_order = memory_order_seq_cst);
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp&, _Tp,
|
|
memory_order = memory_order_seq_cst) volatile;
|
|
};
|
|
|
|
|
|
/// Partial specialization for pointer types.
|
|
template<typename _Tp>
|
|
struct atomic<_Tp*> : atomic_address
|
|
{
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(_Tp* __v) : atomic_address(__v) { }
|
|
|
|
void
|
|
store(_Tp*, memory_order = memory_order_seq_cst);
|
|
|
|
void
|
|
store(_Tp*, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
_Tp*
|
|
load(memory_order = memory_order_seq_cst) const;
|
|
|
|
_Tp*
|
|
load(memory_order = memory_order_seq_cst) const volatile;
|
|
|
|
_Tp*
|
|
exchange(_Tp*, memory_order = memory_order_seq_cst);
|
|
|
|
_Tp*
|
|
exchange(_Tp*, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp*&, _Tp*, memory_order, memory_order);
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp*&, _Tp*, memory_order, memory_order) volatile;
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp*&, _Tp*, memory_order = memory_order_seq_cst);
|
|
|
|
bool
|
|
compare_exchange_weak(_Tp*&, _Tp*,
|
|
memory_order = memory_order_seq_cst) volatile;
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp*&, _Tp*, memory_order, memory_order);
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp*&, _Tp*, memory_order, memory_order) volatile;
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp*&, _Tp*, memory_order = memory_order_seq_cst);
|
|
|
|
bool
|
|
compare_exchange_strong(_Tp*&, _Tp*,
|
|
memory_order = memory_order_seq_cst) volatile;
|
|
|
|
_Tp*
|
|
fetch_add(ptrdiff_t, memory_order = memory_order_seq_cst);
|
|
|
|
_Tp*
|
|
fetch_add(ptrdiff_t, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
_Tp*
|
|
fetch_sub(ptrdiff_t, memory_order = memory_order_seq_cst);
|
|
|
|
_Tp*
|
|
fetch_sub(ptrdiff_t, memory_order = memory_order_seq_cst) volatile;
|
|
|
|
operator _Tp*() const
|
|
{ return load(); }
|
|
|
|
operator _Tp*() const volatile
|
|
{ return load(); }
|
|
|
|
_Tp*
|
|
operator=(_Tp* __v)
|
|
{
|
|
store(__v);
|
|
return __v;
|
|
}
|
|
|
|
_Tp*
|
|
operator=(_Tp* __v) volatile
|
|
{
|
|
store(__v);
|
|
return __v;
|
|
}
|
|
|
|
_Tp*
|
|
operator++(int) { return fetch_add(1); }
|
|
|
|
_Tp*
|
|
operator++(int) volatile { return fetch_add(1); }
|
|
|
|
_Tp*
|
|
operator--(int) { return fetch_sub(1); }
|
|
|
|
_Tp*
|
|
operator--(int) volatile { return fetch_sub(1); }
|
|
|
|
_Tp*
|
|
operator++() { return fetch_add(1) + 1; }
|
|
|
|
_Tp*
|
|
operator++() volatile { return fetch_add(1) + 1; }
|
|
|
|
_Tp*
|
|
operator--() { return fetch_sub(1) - 1; }
|
|
|
|
_Tp*
|
|
operator--() volatile { return fetch_sub(1) - 1; }
|
|
|
|
_Tp*
|
|
operator+=(ptrdiff_t __d)
|
|
{ return fetch_add(__d) + __d; }
|
|
|
|
_Tp*
|
|
operator+=(ptrdiff_t __d) volatile
|
|
{ return fetch_add(__d) + __d; }
|
|
|
|
_Tp*
|
|
operator-=(ptrdiff_t __d)
|
|
{ return fetch_sub(__d) - __d; }
|
|
|
|
_Tp*
|
|
operator-=(ptrdiff_t __d) volatile
|
|
{ return fetch_sub(__d) - __d; }
|
|
};
|
|
|
|
/// Explicit specialization for bool.
|
|
template<>
|
|
struct atomic<bool> : public atomic_bool
|
|
{
|
|
typedef bool __integral_type;
|
|
typedef atomic_bool __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for char.
|
|
template<>
|
|
struct atomic<char> : public atomic_char
|
|
{
|
|
typedef char __integral_type;
|
|
typedef atomic_char __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for signed char.
|
|
template<>
|
|
struct atomic<signed char> : public atomic_schar
|
|
{
|
|
typedef signed char __integral_type;
|
|
typedef atomic_schar __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for unsigned char.
|
|
template<>
|
|
struct atomic<unsigned char> : public atomic_uchar
|
|
{
|
|
typedef unsigned char __integral_type;
|
|
typedef atomic_uchar __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for short.
|
|
template<>
|
|
struct atomic<short> : public atomic_short
|
|
{
|
|
typedef short __integral_type;
|
|
typedef atomic_short __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for unsigned short.
|
|
template<>
|
|
struct atomic<unsigned short> : public atomic_ushort
|
|
{
|
|
typedef unsigned short __integral_type;
|
|
typedef atomic_ushort __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for int.
|
|
template<>
|
|
struct atomic<int> : atomic_int
|
|
{
|
|
typedef int __integral_type;
|
|
typedef atomic_int __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for unsigned int.
|
|
template<>
|
|
struct atomic<unsigned int> : public atomic_uint
|
|
{
|
|
typedef unsigned int __integral_type;
|
|
typedef atomic_uint __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for long.
|
|
template<>
|
|
struct atomic<long> : public atomic_long
|
|
{
|
|
typedef long __integral_type;
|
|
typedef atomic_long __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for unsigned long.
|
|
template<>
|
|
struct atomic<unsigned long> : public atomic_ulong
|
|
{
|
|
typedef unsigned long __integral_type;
|
|
typedef atomic_ulong __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for long long.
|
|
template<>
|
|
struct atomic<long long> : public atomic_llong
|
|
{
|
|
typedef long long __integral_type;
|
|
typedef atomic_llong __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for unsigned long long.
|
|
template<>
|
|
struct atomic<unsigned long long> : public atomic_ullong
|
|
{
|
|
typedef unsigned long long __integral_type;
|
|
typedef atomic_ullong __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for wchar_t.
|
|
template<>
|
|
struct atomic<wchar_t> : public atomic_wchar_t
|
|
{
|
|
typedef wchar_t __integral_type;
|
|
typedef atomic_wchar_t __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for char16_t.
|
|
template<>
|
|
struct atomic<char16_t> : public atomic_char16_t
|
|
{
|
|
typedef char16_t __integral_type;
|
|
typedef atomic_char16_t __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
/// Explicit specialization for char32_t.
|
|
template<>
|
|
struct atomic<char32_t> : public atomic_char32_t
|
|
{
|
|
typedef char32_t __integral_type;
|
|
typedef atomic_char32_t __base_type;
|
|
|
|
atomic() = default;
|
|
~atomic() = default;
|
|
atomic(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) = delete;
|
|
atomic& operator=(const atomic&) volatile = delete;
|
|
|
|
constexpr atomic(__integral_type __i) : __base_type(__i) { }
|
|
|
|
using __base_type::operator __integral_type;
|
|
using __base_type::operator=;
|
|
};
|
|
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::load(memory_order __m) const
|
|
{ return static_cast<_Tp*>(atomic_address::load(__m)); }
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::load(memory_order __m) const volatile
|
|
{ return static_cast<_Tp*>(atomic_address::load(__m)); }
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::exchange(_Tp* __v, memory_order __m)
|
|
{ return static_cast<_Tp*>(atomic_address::exchange(__v, __m)); }
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::exchange(_Tp* __v, memory_order __m) volatile
|
|
{ return static_cast<_Tp*>(atomic_address::exchange(__v, __m)); }
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_weak(_Tp*& __r, _Tp* __v, memory_order __m1,
|
|
memory_order __m2)
|
|
{
|
|
void** __vr = reinterpret_cast<void**>(&__r);
|
|
void* __vv = static_cast<void*>(__v);
|
|
return atomic_address::compare_exchange_weak(*__vr, __vv, __m1, __m2);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_weak(_Tp*& __r, _Tp* __v, memory_order __m1,
|
|
memory_order __m2) volatile
|
|
{
|
|
void** __vr = reinterpret_cast<void**>(&__r);
|
|
void* __vv = static_cast<void*>(__v);
|
|
return atomic_address::compare_exchange_weak(*__vr, __vv, __m1, __m2);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_weak(_Tp*& __r, _Tp* __v, memory_order __m)
|
|
{
|
|
return compare_exchange_weak(__r, __v, __m,
|
|
__calculate_memory_order(__m));
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_weak(_Tp*& __r, _Tp* __v,
|
|
memory_order __m) volatile
|
|
{
|
|
return compare_exchange_weak(__r, __v, __m,
|
|
__calculate_memory_order(__m));
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_strong(_Tp*& __r, _Tp* __v,
|
|
memory_order __m1,
|
|
memory_order __m2)
|
|
{
|
|
void** __vr = reinterpret_cast<void**>(&__r);
|
|
void* __vv = static_cast<void*>(__v);
|
|
return atomic_address::compare_exchange_strong(*__vr, __vv, __m1, __m2);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_strong(_Tp*& __r, _Tp* __v,
|
|
memory_order __m1,
|
|
memory_order __m2) volatile
|
|
{
|
|
void** __vr = reinterpret_cast<void**>(&__r);
|
|
void* __vv = static_cast<void*>(__v);
|
|
return atomic_address::compare_exchange_strong(*__vr, __vv, __m1, __m2);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_strong(_Tp*& __r, _Tp* __v,
|
|
memory_order __m)
|
|
{
|
|
return compare_exchange_strong(__r, __v, __m,
|
|
__calculate_memory_order(__m));
|
|
}
|
|
|
|
template<typename _Tp>
|
|
bool
|
|
atomic<_Tp*>::compare_exchange_strong(_Tp*& __r, _Tp* __v,
|
|
memory_order __m) volatile
|
|
{
|
|
return compare_exchange_strong(__r, __v, __m,
|
|
__calculate_memory_order(__m));
|
|
}
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::fetch_add(ptrdiff_t __d, memory_order __m)
|
|
{
|
|
void* __p = atomic_fetch_add_explicit(this, sizeof(_Tp) * __d, __m);
|
|
return static_cast<_Tp*>(__p);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::fetch_add(ptrdiff_t __d, memory_order __m) volatile
|
|
{
|
|
void* __p = atomic_fetch_add_explicit(this, sizeof(_Tp) * __d, __m);
|
|
return static_cast<_Tp*>(__p);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::fetch_sub(ptrdiff_t __d, memory_order __m)
|
|
{
|
|
void* __p = atomic_fetch_sub_explicit(this, sizeof(_Tp) * __d, __m);
|
|
return static_cast<_Tp*>(__p);
|
|
}
|
|
|
|
template<typename _Tp>
|
|
_Tp*
|
|
atomic<_Tp*>::fetch_sub(ptrdiff_t __d, memory_order __m) volatile
|
|
{
|
|
void* __p = atomic_fetch_sub_explicit(this, sizeof(_Tp) * __d, __m);
|
|
return static_cast<_Tp*>(__p);
|
|
}
|
|
|
|
|
|
// Function definitions, atomic_flag operations.
|
|
inline bool
|
|
atomic_flag_test_and_set_explicit(atomic_flag* __a, memory_order __m)
|
|
{ return __a->test_and_set(__m); }
|
|
|
|
inline bool
|
|
atomic_flag_test_and_set_explicit(volatile atomic_flag* __a,
|
|
memory_order __m)
|
|
{ return __a->test_and_set(__m); }
|
|
|
|
inline void
|
|
atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m)
|
|
{ __a->clear(__m); }
|
|
|
|
inline void
|
|
atomic_flag_clear_explicit(volatile atomic_flag* __a, memory_order __m)
|
|
{ __a->clear(__m); }
|
|
|
|
inline bool
|
|
atomic_flag_test_and_set(atomic_flag* __a)
|
|
{ return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
|
|
|
|
inline bool
|
|
atomic_flag_test_and_set(volatile atomic_flag* __a)
|
|
{ return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
|
|
|
|
inline void
|
|
atomic_flag_clear(atomic_flag* __a)
|
|
{ atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
|
|
|
|
inline void
|
|
atomic_flag_clear(volatile atomic_flag* __a)
|
|
{ atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
|
|
|
|
|
|
// Function definitions, atomic_address operations.
|
|
inline bool
|
|
atomic_is_lock_free(const atomic_address* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
inline bool
|
|
atomic_is_lock_free(const volatile atomic_address* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
inline void
|
|
atomic_init(atomic_address* __a, void* __v);
|
|
|
|
inline void
|
|
atomic_init(volatile atomic_address* __a, void* __v);
|
|
|
|
inline void
|
|
atomic_store_explicit(atomic_address* __a, void* __v, memory_order __m)
|
|
{ __a->store(__v, __m); }
|
|
|
|
inline void
|
|
atomic_store_explicit(volatile atomic_address* __a, void* __v,
|
|
memory_order __m)
|
|
{ __a->store(__v, __m); }
|
|
|
|
inline void
|
|
atomic_store(atomic_address* __a, void* __v)
|
|
{ __a->store(__v); }
|
|
|
|
inline void
|
|
atomic_store(volatile atomic_address* __a, void* __v)
|
|
{ __a->store(__v); }
|
|
|
|
inline void*
|
|
atomic_load_explicit(const atomic_address* __a, memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
inline void*
|
|
atomic_load_explicit(const volatile atomic_address* __a, memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
inline void*
|
|
atomic_load(const atomic_address* __a)
|
|
{ return __a->load(); }
|
|
|
|
inline void*
|
|
atomic_load(const volatile atomic_address* __a)
|
|
{ return __a->load(); }
|
|
|
|
inline void*
|
|
atomic_exchange_explicit(atomic_address* __a, void* __v, memory_order __m)
|
|
{ return __a->exchange(__v, __m); }
|
|
|
|
inline void*
|
|
atomic_exchange_explicit(volatile atomic_address* __a, void* __v,
|
|
memory_order __m)
|
|
{ return __a->exchange(__v, __m); }
|
|
|
|
inline void*
|
|
atomic_exchange(atomic_address* __a, void* __v)
|
|
{ return __a->exchange(__v); }
|
|
|
|
inline void*
|
|
atomic_exchange(volatile atomic_address* __a, void* __v)
|
|
{ return __a->exchange(__v); }
|
|
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(atomic_address* __a,
|
|
void** __v1, void* __v2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__v1, __v2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(volatile atomic_address* __a,
|
|
void** __v1, void* __v2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__v1, __v2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak(atomic_address* __a, void** __v1, void* __v2)
|
|
{
|
|
return __a->compare_exchange_weak(*__v1, __v2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak(volatile atomic_address* __a, void** __v1,
|
|
void* __v2)
|
|
{
|
|
return __a->compare_exchange_weak(*__v1, __v2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(atomic_address* __a,
|
|
void** __v1, void* __v2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__v1, __v2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(volatile atomic_address* __a,
|
|
void** __v1, void* __v2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__v1, __v2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong(atomic_address* __a, void** __v1, void* __v2)
|
|
{
|
|
return __a->compare_exchange_strong(*__v1, __v2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong(volatile atomic_address* __a,
|
|
void** __v1, void* __v2)
|
|
{
|
|
return __a->compare_exchange_strong(*__v1, __v2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline void*
|
|
atomic_fetch_add_explicit(atomic_address* __a, ptrdiff_t __d,
|
|
memory_order __m)
|
|
{ return __a->fetch_add(__d, __m); }
|
|
|
|
inline void*
|
|
atomic_fetch_add_explicit(volatile atomic_address* __a, ptrdiff_t __d,
|
|
memory_order __m)
|
|
{ return __a->fetch_add(__d, __m); }
|
|
|
|
inline void*
|
|
atomic_fetch_add(atomic_address* __a, ptrdiff_t __d)
|
|
{ return __a->fetch_add(__d); }
|
|
|
|
inline void*
|
|
atomic_fetch_add(volatile atomic_address* __a, ptrdiff_t __d)
|
|
{ return __a->fetch_add(__d); }
|
|
|
|
inline void*
|
|
atomic_fetch_sub_explicit(atomic_address* __a, ptrdiff_t __d,
|
|
memory_order __m)
|
|
{ return __a->fetch_sub(__d, __m); }
|
|
|
|
inline void*
|
|
atomic_fetch_sub_explicit(volatile atomic_address* __a, ptrdiff_t __d,
|
|
memory_order __m)
|
|
{ return __a->fetch_sub(__d, __m); }
|
|
|
|
inline void*
|
|
atomic_fetch_sub(atomic_address* __a, ptrdiff_t __d)
|
|
{ return __a->fetch_sub(__d); }
|
|
|
|
inline void*
|
|
atomic_fetch_sub(volatile atomic_address* __a, ptrdiff_t __d)
|
|
{ return __a->fetch_sub(__d); }
|
|
|
|
|
|
// Function definitions, atomic_bool operations.
|
|
inline bool
|
|
atomic_is_lock_free(const atomic_bool* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
inline bool
|
|
atomic_is_lock_free(const volatile atomic_bool* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
inline void
|
|
atomic_init(atomic_bool* __a, bool __b);
|
|
|
|
inline void
|
|
atomic_init(volatile atomic_bool* __a, bool __b);
|
|
|
|
inline void
|
|
atomic_store_explicit(atomic_bool* __a, bool __i, memory_order __m)
|
|
{ __a->store(__i, __m); }
|
|
|
|
inline void
|
|
atomic_store_explicit(volatile atomic_bool* __a, bool __i, memory_order __m)
|
|
{ __a->store(__i, __m); }
|
|
|
|
inline void
|
|
atomic_store(atomic_bool* __a, bool __i)
|
|
{ __a->store(__i); }
|
|
|
|
inline void
|
|
atomic_store(volatile atomic_bool* __a, bool __i)
|
|
{ __a->store(__i); }
|
|
|
|
inline bool
|
|
atomic_load_explicit(const atomic_bool* __a, memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
inline bool
|
|
atomic_load_explicit(const volatile atomic_bool* __a, memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
inline bool
|
|
atomic_load(const atomic_bool* __a)
|
|
{ return __a->load(); }
|
|
|
|
inline bool
|
|
atomic_load(const volatile atomic_bool* __a)
|
|
{ return __a->load(); }
|
|
|
|
inline bool
|
|
atomic_exchange_explicit(atomic_bool* __a, bool __i, memory_order __m)
|
|
{ return __a->exchange(__i, __m); }
|
|
|
|
inline bool
|
|
atomic_exchange_explicit(volatile atomic_bool* __a, bool __i,
|
|
memory_order __m)
|
|
{ return __a->exchange(__i, __m); }
|
|
|
|
inline bool
|
|
atomic_exchange(atomic_bool* __a, bool __i)
|
|
{ return __a->exchange(__i); }
|
|
|
|
inline bool
|
|
atomic_exchange(volatile atomic_bool* __a, bool __i)
|
|
{ return __a->exchange(__i); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(atomic_bool* __a, bool* __i1,
|
|
bool __i2, memory_order __m1,
|
|
memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(volatile atomic_bool* __a, bool* __i1,
|
|
bool __i2, memory_order __m1,
|
|
memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak(atomic_bool* __a, bool* __i1, bool __i2)
|
|
{
|
|
return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_weak(volatile atomic_bool* __a, bool* __i1, bool __i2)
|
|
{
|
|
return __a->compare_exchange_weak(*__i1, __i2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(atomic_bool* __a,
|
|
bool* __i1, bool __i2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(volatile atomic_bool* __a,
|
|
bool* __i1, bool __i2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong(atomic_bool* __a, bool* __i1, bool __i2)
|
|
{
|
|
return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
inline bool
|
|
atomic_compare_exchange_strong(volatile atomic_bool* __a,
|
|
bool* __i1, bool __i2)
|
|
{
|
|
return __a->compare_exchange_strong(*__i1, __i2, memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
|
|
// Function templates for atomic_integral operations, using
|
|
// __atomic_base . Template argument should be constricted to
|
|
// intergral types as specified in the standard.
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_is_lock_free(const __atomic_base<_ITp>* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_is_lock_free(const volatile __atomic_base<_ITp>* __a)
|
|
{ return __a->is_lock_free(); }
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_init(__atomic_base<_ITp>* __a, _ITp __i);
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_init(volatile __atomic_base<_ITp>* __a, _ITp __i);
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_store_explicit(__atomic_base<_ITp>* __a, _ITp __i, memory_order __m)
|
|
{ __a->store(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_store_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ __a->store(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_load_explicit(const __atomic_base<_ITp>* __a, memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_load_explicit(const volatile __atomic_base<_ITp>* __a,
|
|
memory_order __m)
|
|
{ return __a->load(__m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_exchange_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->exchange(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_exchange_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->exchange(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(__atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_weak_explicit(volatile __atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2,
|
|
memory_order __m1, memory_order __m2)
|
|
{ return __a->compare_exchange_weak(*__i1, __i2, __m1, __m2); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(__atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2,
|
|
memory_order __m1,
|
|
memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_strong_explicit(volatile __atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2,
|
|
memory_order __m1,
|
|
memory_order __m2)
|
|
{ return __a->compare_exchange_strong(*__i1, __i2, __m1, __m2); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_add_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_add(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_add_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_add(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_sub_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_sub(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_sub_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_sub(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_and_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_and(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_and_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_and(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_or_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_or(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_or_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_or(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_xor_explicit(__atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_xor(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_xor_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i,
|
|
memory_order __m)
|
|
{ return __a->fetch_xor(__i, __m); }
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_store(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ atomic_store_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline void
|
|
atomic_store(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ atomic_store_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_load(const __atomic_base<_ITp>* __a)
|
|
{ return atomic_load_explicit(__a, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_load(const volatile __atomic_base<_ITp>* __a)
|
|
{ return atomic_load_explicit(__a, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_exchange(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_exchange(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_weak(__atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2)
|
|
{
|
|
return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
|
|
memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_weak(volatile __atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2)
|
|
{
|
|
return atomic_compare_exchange_weak_explicit(__a, __i1, __i2,
|
|
memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_strong(__atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2)
|
|
{
|
|
return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
|
|
memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
template<typename _ITp>
|
|
inline bool
|
|
atomic_compare_exchange_strong(volatile __atomic_base<_ITp>* __a,
|
|
_ITp* __i1, _ITp __i2)
|
|
{
|
|
return atomic_compare_exchange_strong_explicit(__a, __i1, __i2,
|
|
memory_order_seq_cst,
|
|
memory_order_seq_cst);
|
|
}
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_add_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_add_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_and_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_or_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_or_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_xor_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
template<typename _ITp>
|
|
inline _ITp
|
|
atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i)
|
|
{ return atomic_fetch_xor_explicit(__a, __i, memory_order_seq_cst); }
|
|
|
|
// @} group atomics
|
|
|
|
_GLIBCXX_END_NAMESPACE
|
|
|
|
#endif
|