
Public Types | |
| typedef Threads::const_iterator | const_iterator |
| typedef Threads::iterator | iterator |
| typedef std::vector< std::pair< boost::shared_ptr< Worker >, boost::shared_ptr< ThreadInterface > > > | Threads |
| typedef Threads::value_type | value_type |
Public Member Functions | |
| bool | start () |
| bool | stop () |
| template<typename Arg1 > | |
| ThreadPool (int threads, int scheduler, int priority, Seconds period, const std::string &name, const Arg1 &arg1) | |
| ~ThreadPool () | |
Definition at line 119 of file buffers_test.cpp.
| typedef Threads::const_iterator ThreadPool< Worker >::const_iterator |
Definition at line 125 of file buffers_test.cpp.
| typedef Threads::iterator ThreadPool< Worker >::iterator |
Definition at line 124 of file buffers_test.cpp.
| typedef std::vector< std::pair< boost::shared_ptr<Worker>, boost::shared_ptr<ThreadInterface> > > ThreadPool< Worker >::Threads |
Definition at line 122 of file buffers_test.cpp.
| typedef Threads::value_type ThreadPool< Worker >::value_type |
Definition at line 123 of file buffers_test.cpp.
|
inline |
Definition at line 128 of file buffers_test.cpp.
|
inline |
Definition at line 138 of file buffers_test.cpp.
|
inline |
Definition at line 147 of file buffers_test.cpp.
|
inline |
Definition at line 156 of file buffers_test.cpp.