Sha256: cc3176d9c567bf54d51260ff0ef91577f4d2fa6c9f9871806ed6f9bebd5afb1e

Contents?: true

Size: 1.13 KB

Versions: 40

Compression:

Stored size: 1.13 KB

Contents

#ifndef BOOST_THREAD_QUEUE_OP_STATUS_HPP
#define BOOST_THREAD_QUEUE_OP_STATUS_HPP

//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Vicente J. Botet Escriba 2014. 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)
//
// See http://www.boost.org/libs/thread for documentation.
//
//////////////////////////////////////////////////////////////////////////////

#include <boost/thread/detail/config.hpp>
#include <boost/thread/detail/move.hpp>

#include <boost/config/abi_prefix.hpp>

namespace boost
{
namespace concurrent
{

  BOOST_SCOPED_ENUM_DECLARE_BEGIN(queue_op_status)
  { success = 0, empty, full, closed, busy, timeout, not_ready }
  BOOST_SCOPED_ENUM_DECLARE_END(queue_op_status)

  struct sync_queue_is_closed : std::exception
  {
  };

}

#ifndef BOOST_THREAD_QUEUE_DEPRECATE_OLD
  struct no_block_tag{};
  BOOST_CONSTEXPR_OR_CONST no_block_tag no_block = {};
#endif

  using concurrent::queue_op_status;
  using concurrent::sync_queue_is_closed;

}

#include <boost/config/abi_suffix.hpp>

#endif

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.2.1 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp
passenger-5.2.0 src/cxx_supportlib/vendor-modified/boost/thread/concurrent_queues/queue_op_status.hpp