Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros
Thread.h File Reference
#include "cinder/Cinder.h"
#include <boost/thread/mutex.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/future.hpp>
Include dependency graph for Thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cinder::ThreadSetup
 Create an instance of this class at the beginning of any multithreaded code that makes use of Cinder functionality. More...
 

Namespaces

 std
 
 std::this_thread
 
 cinder
 

Macros

#define BOOST_THREAD_PROVIDES_FUTURE
 

Macro Definition Documentation

#define BOOST_THREAD_PROVIDES_FUTURE