Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:42

0001 #ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
0002 #define BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED
0003 
0004 // MS compatible compilers support #pragma once
0005 
0006 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
0007 # pragma once
0008 #endif
0009 
0010 //  boost/detail/lightweight_thread.hpp
0011 //
0012 //  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
0013 //  Copyright (c) 2008, 2018 Peter Dimov
0014 //
0015 //  Distributed under the Boost Software License, Version 1.0.
0016 //  See accompanying file LICENSE_1_0.txt or copy at
0017 //  http://www.boost.org/LICENSE_1_0.txt
0018 //
0019 //
0020 //  typedef /*...*/ lw_thread_t; // as pthread_t
0021 //  template<class F> int lw_thread_create( lw_thread_t & th, F f );
0022 //  void lw_thread_join( lw_thread_t th );
0023 
0024 #include <boost/smart_ptr/detail/lightweight_thread.hpp>
0025 
0026 #endif // #ifndef BOOST_DETAIL_LIGHTWEIGHT_THREAD_HPP_INCLUDED