| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/sys/Thread.h>
Public Member Functions | |
| Thread () | |
| Thread (qpid::sys::Runnable *) | |
| Thread (qpid::sys::Runnable &) | |
| operator bool () | |
| bool | operator== (const Thread &) const |
| bool | operator!= (const Thread &) const |
| void | join () |
Static Public Member Functions | |
| static Thread | current () |
| static unsigned long | logId () |
| ID of current thread for logging. More... | |
| qpid::sys::Thread::Thread | ( | ) |
|
explicit |
|
explicit |
|
static |
| void qpid::sys::Thread::join | ( | ) |
|
static |
ID of current thread for logging.
Workaround for broken Thread::current() in APR
| qpid::sys::Thread::operator bool | ( | ) |
| bool qpid::sys::Thread::operator!= | ( | const Thread & | ) | const |
| bool qpid::sys::Thread::operator== | ( | const Thread & | ) | const |
1.8.5