YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
atomic.hpp File Reference
#include <yaclib/fault/detail/atomic_wait.hpp>
#include <yaclib/fault/inject.hpp>
#include <type_traits>
Include dependency graph for atomic.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yaclib::detail::AtomicBase< Impl, T >
 
class  yaclib::detail::AtomicFloatingBase< Impl, T, IsFloating >
 
class  yaclib::detail::AtomicFloatingBase< Impl, T, true >
 
class  yaclib::detail::AtomicIntegralBase< Impl, T, IsIntegral >
 
class  yaclib::detail::AtomicIntegralBase< Impl, T, true >
 
class  yaclib::detail::Atomic< Impl, T >
 
class  yaclib::detail::Atomic< Impl, U * >
 

Namespaces

namespace  yaclib
 
namespace  yaclib::detail
 

Functions

bool yaclib::detail::ShouldFailAtomicWeak ()
 
void yaclib::detail::SetAtomicWeakFailFrequency (std::uint32_t k)