Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
boost_161_condition_variable.h
Go to the documentation of this file.
1
#ifndef BOOST_THREAD_CONDITION_VARIABLE_HPP
2
#define BOOST_THREAD_CONDITION_VARIABLE_HPP
3
4
// condition_variable.hpp
5
//
6
// (C) Copyright 2007 Anthony Williams
7
//
8
// Distributed under the Boost Software License, Version 1.0. (See
9
// accompanying file LICENSE_1_0.txt or copy at
10
// http://www.boost.org/LICENSE_1_0.txt)
11
12
#include <boost/thread/detail/platform.hpp>
13
#if defined(BOOST_THREAD_PLATFORM_WIN32)
14
#include <boost/thread/win32/condition_variable.hpp>
15
#elif defined(BOOST_THREAD_PLATFORM_PTHREAD)
16
//#include <boost/thread/pthread/condition_variable.hpp>
17
#include "
boost_161_pthread_condition_variable.h
"
18
#else
19
#error "Boost threads unavailable on this platform"
20
#endif
21
22
#endif
23
boost_161_pthread_condition_variable.h
roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim
autogenerated on Sun Feb 3 2019 03:29:54