15 #ifndef INCLUDED_THREAD_GROUP_H 16 #define INCLUDED_THREAD_GROUP_H 20 #include <boost/function.hpp> 21 #include <boost/thread/shared_mutex.hpp> 22 #include <boost/utility.hpp> 33 boost::thread* create_thread(
const boost::function0<void>& threadfunc);
41 std::list<boost::thread*> m_threads;
42 mutable boost::shared_mutex m_mutex;
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
boost::thread thread
Definition: thread.h:47
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Definition: thread_group.h:27