GNU Radio C++ API
thread.h File Reference
#include <gruel/api.h>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/condition_variable.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.

Namespaces

 gruel
 Include this header to use the message passing features.
 

Constant Groups

 gruel
 Include this header to use the message passing features.
 

Typedefs

typedef boost::thread gruel::thread
 
typedef boost::mutex gruel::mutex
 
typedef boost::mutex::scoped_lock gruel::scoped_lock
 
typedef boost::condition_variable gruel::condition_variable