GNU Radio 3.7.2git-79-g931a7b07 C++ API
gr::thread::thread_group Class Reference

#include <thread_group.h>

List of all members.

Public Member Functions

 thread_group ()
 ~thread_group ()
boost::thread * create_thread (const boost::function0< void > &threadfunc)
void add_thread (boost::thread *thrd)
void remove_thread (boost::thread *thrd)
void join_all ()
void interrupt_all ()
size_t size () const

Constructor & Destructor Documentation

gr::thread::thread_group::thread_group ( )
gr::thread::thread_group::~thread_group ( )

Member Function Documentation

void gr::thread::thread_group::add_thread ( boost::thread *  thrd)
boost::thread* gr::thread::thread_group::create_thread ( const boost::function0< void > &  threadfunc)
void gr::thread::thread_group::interrupt_all ( )
void gr::thread::thread_group::join_all ( )
void gr::thread::thread_group::remove_thread ( boost::thread *  thrd)
size_t gr::thread::thread_group::size ( ) const

The documentation for this class was generated from the following file: