|
| | Impl (const boost::function< void()> &main) |
| |
|
| static void | done (Impl *impl) |
| |
| static void * | run (void *impl_raw) |
| |
Definition at line 64 of file thread.cc.
◆ Impl()
| isc::util::thread::Thread::Impl::Impl |
( |
const boost::function< void()> & |
main | ) |
|
|
inline |
◆ done()
| static void isc::util::thread::Thread::Impl::done |
( |
Impl * |
impl | ) |
|
|
inlinestatic |
◆ run()
| static void* isc::util::thread::Thread::Impl::run |
( |
void * |
impl_raw | ) |
|
|
inlinestatic |
◆ exception_
| bool isc::util::thread::Thread::Impl::exception_ |
◆ exception_text_
| string isc::util::thread::Thread::Impl::exception_text_ |
◆ main_
| boost::function<void ()> isc::util::thread::Thread::Impl::main_ |
◆ mutex_
| Mutex isc::util::thread::Thread::Impl::mutex_ |
◆ tid_
| pthread_t isc::util::thread::Thread::Impl::tid_ |
◆ waiting_
| size_t isc::util::thread::Thread::Impl::waiting_ |
The documentation for this class was generated from the following file: