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


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::remove_thread ( boost::thread *  thrd)

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