Sha256: 790dce5983310a4ec09d309c2c0593be3003491e93396225215e8aa7da9e3a0a

Contents?: true

Size: 794 Bytes

Versions: 94

Compression:

Stored size: 794 Bytes

Contents

#ifndef BOOST_THREAD_THREAD_ONLY_HPP
#define BOOST_THREAD_THREAD_ONLY_HPP

//  thread.hpp
//
//  (C) Copyright 2013 Vicente J. Botet Escriba
//
//  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)

#include <boost/thread/detail/platform.hpp>

#if defined(BOOST_THREAD_PLATFORM_WIN32)
#include <boost/thread/win32/thread_data.hpp>
#elif defined(BOOST_THREAD_PLATFORM_PTHREAD)
#include <boost/thread/pthread/thread_data.hpp>
#else
#error "Boost threads unavailable on this platform"
#endif

#include <boost/thread/detail/thread.hpp>
#if defined BOOST_THREAD_PROVIDES_INTERRUPTIONS
#include <boost/thread/detail/thread_interruption.hpp>
#endif
#include <boost/thread/v2/thread.hpp>


#endif

Version data entries

94 entries across 94 versions & 3 rubygems

Version Path
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.2.1 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.2.0 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.12 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.11 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.10 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.9 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.8 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.7 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.6 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.5 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.4 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.3 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.2 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp
passenger-5.1.1 src/cxx_supportlib/vendor-modified/boost/thread/thread_only.hpp