Sha256: 95c730c3736c07064f4bcbb6af89a6cf778afb3d822553ac76517b47aea8117c

Contents?: true

Size: 973 Bytes

Versions: 15

Compression:

Stored size: 973 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) 2020 Andrey Semashev
 */
/*!
 * \file   atomic/ipc_atomic_flag.hpp
 *
 * This header contains definition of \c ipc_atomic_flag.
 */

#ifndef BOOST_ATOMIC_IPC_ATOMIC_FLAG_HPP_INCLUDED_
#define BOOST_ATOMIC_IPC_ATOMIC_FLAG_HPP_INCLUDED_

#include <boost/atomic/capabilities.hpp>
#include <boost/atomic/detail/config.hpp>
#include <boost/atomic/detail/atomic_flag_impl.hpp>
#include <boost/atomic/detail/header.hpp>

#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
#endif

namespace boost {
namespace atomics {

//! Atomic flag for inter-process communication
typedef atomics::detail::atomic_flag_impl< true > ipc_atomic_flag;

} // namespace atomics

using atomics::ipc_atomic_flag;

} // namespace boost

#include <boost/atomic/detail/footer.hpp>

#endif // BOOST_ATOMIC_IPC_ATOMIC_FLAG_HPP_INCLUDED_

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
passenger-6.0.24 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/atomic/ipc_atomic_flag.hpp