#include <Thread.h>
◆ Thread() [1/2]
| IceUtil::Thread::Thread |
( |
| ) |
|
◆ Thread() [2/2]
| IceUtil::Thread::Thread |
( |
const std::string & | | ) |
|
◆ ~Thread()
| virtual IceUtil::Thread::~Thread |
( |
| ) |
|
|
virtual |
◆ _done()
| void IceUtil::Thread::_done |
( |
| ) |
|
◆ getThreadControl()
◆ isAlive()
| bool IceUtil::Thread::isAlive |
( |
| ) |
const |
◆ name()
| const std::string & IceUtil::Thread::name |
( |
| ) |
const |
◆ operator<()
| bool IceUtil::Thread::operator< |
( |
const Thread & | | ) |
const |
◆ operator==()
| bool IceUtil::Thread::operator== |
( |
const Thread & | | ) |
const |
◆ run()
| virtual void IceUtil::Thread::run |
( |
| ) |
|
|
pure virtual |
◆ start() [1/2]
◆ start() [2/2]
◆ _name
| const std::string IceUtil::Thread::_name |
|
protected |
◆ _running
| bool IceUtil::Thread::_running |
|
protected |
◆ _started
| bool IceUtil::Thread::_started |
|
protected |
◆ _stateMutex
| Mutex IceUtil::Thread::_stateMutex |
|
protected |
◆ _thread
| pthread_t IceUtil::Thread::_thread |
|
protected |
The documentation for this class was generated from the following file: