Sha256: 25abdd4bbc97cf7f59d15c4f68e36118bee52f4c073499da84d320c1b9585097

Contents?: true

Size: 812 Bytes

Versions: 12

Compression:

Stored size: 812 Bytes

Contents

/*
 * Distributed under the Boost Software License, Version 1.0.
 * (See accompanying file LICENSE_1_0.txt or copy at
 * http://www.boost.org/LICENSE_1_0.txt)
 *
 * Copyright (c) 2014 Andrey Semashev
 */
/*!
 * \file   atomic/detail/operations_lockfree.hpp
 *
 * This header defines lockfree atomic operations.
 */

#ifndef BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_
#define BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_

#include <boost/atomic/detail/config.hpp>
#include <boost/atomic/detail/platform.hpp>

#if !defined(BOOST_ATOMIC_EMULATED)
#include BOOST_ATOMIC_DETAIL_BACKEND_HEADER(boost/atomic/detail/ops_)
#else
#include <boost/atomic/detail/operations_fwd.hpp>
#endif

#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
#endif

#endif // BOOST_ATOMIC_DETAIL_OPERATIONS_LOCKFREE_HPP_INCLUDED_

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/atomic/detail/operations_lockfree.hpp