$search
static void boost::detail::atomic::arm_barrier | ( | void | ) | [inline, static] |
Definition at line 52 of file linux-arm.hpp.
static memory_order boost::detail::atomic::calculate_failure_order | ( | memory_order | order | ) | [inline, static] |
static void boost::detail::atomic::fence_after | ( | memory_order | order | ) | [inline, static] |
Definition at line 59 of file gcc-alpha.hpp.
static void boost::detail::atomic::fence_before | ( | memory_order | order | ) | [inline, static] |
Definition at line 47 of file gcc-alpha.hpp.
void boost::detail::atomic::platform_atomic_thread_fence | ( | memory_order | order | ) | [inline] |
Definition at line 71 of file gcc-alpha.hpp.
bool boost::detail::atomic::platform_cmpxchg32 | ( | T & | expected, | |
T | desired, | |||
volatile T * | ptr | |||
) | [inline] |
Definition at line 104 of file linux-arm.hpp.
bool boost::detail::atomic::platform_cmpxchg32_strong | ( | T & | expected, | |
T | desired, | |||
volatile T * | ptr | |||
) | [inline] |
Definition at line 63 of file interlocked.hpp.
static void boost::detail::atomic::platform_fence_after | ( | memory_order | order | ) | [inline, static] |
Definition at line 72 of file linux-arm.hpp.
static void boost::detail::atomic::platform_fence_after_load | ( | memory_order | order | ) | [inline, static] |
Definition at line 97 of file linux-arm.hpp.
static void boost::detail::atomic::platform_fence_after_store | ( | memory_order | order | ) | [inline, static] |
Definition at line 90 of file linux-arm.hpp.
static void boost::detail::atomic::platform_fence_before | ( | memory_order | order | ) | [inline, static] |
Definition at line 59 of file linux-arm.hpp.
static void boost::detail::atomic::platform_fence_before_store | ( | memory_order | order | ) | [inline, static] |
Definition at line 84 of file linux-arm.hpp.
static void boost::detail::atomic::ppc_fence_after | ( | memory_order | order | ) | [inline, static] |
Definition at line 116 of file gcc-ppc.hpp.
static void boost::detail::atomic::ppc_fence_after_store | ( | memory_order | order | ) | [inline, static] |
Definition at line 130 of file gcc-ppc.hpp.
static void boost::detail::atomic::ppc_fence_before | ( | memory_order | order | ) | [inline, static] |
Definition at line 100 of file gcc-ppc.hpp.
static void boost::detail::atomic::x86_full_fence | ( | void | ) | [inline, static] |
Definition at line 25 of file interlocked.hpp.