GNU Radio 3.6.3.1 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>

Go to the source code of this file.

Namespaces

namespace  gruel
 Include this header to use the message passing features.

Typedefs

typedef boost::thread gruel::thread
typedef boost::mutex gruel::mutex
typedef boost::unique_lock
< boost::mutex > 
gruel::scoped_lock
typedef boost::condition_variable gruel::condition_variable