|
Scroom
0.14
|
#include <boost/function.hpp>#include <boost/shared_ptr.hpp>#include <scroom/semaphore.hh>#include <scroom/threadpool.hh>

Go to the source code of this file.
Functions | |
| boost::function< void()> | pass (Semaphore *s) |
| boost::function< void()> | clear (Semaphore *s) |
| boost::function< void()> | destroy (boost::shared_ptr< void > p) |
| boost::function<void()> clear | ( | Semaphore * | s | ) |
Referenced by BOOST_AUTO_TEST_CASE(), and has_at_least_n_threads().


| boost::function<void()> destroy | ( | boost::shared_ptr< void > | p | ) |
Referenced by BOOST_AUTO_TEST_CASE().


| boost::function<void()> pass | ( | Semaphore * | s | ) |
Referenced by BOOST_AUTO_TEST_CASE(), and has_at_least_n_threads().

