|
MIRA
|
Extend basic thread id by boost thread id (not serializable). More...
#include <thread/ThreadMonitor.h>

Public Member Functions | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| boost::thread::id | bid |
| Boost thread ID. More... | |
| ThreadID | id |
| Native thread ID (not boost::thread::native_handle_type!) More... | |
| std::string | name |
| Name of the thread. More... | |
Extend basic thread id by boost thread id (not serializable).
Only for local storage.
|
inlineinherited |
| boost::thread::id bid |
Boost thread ID.
|
inherited |
Native thread ID (not boost::thread::native_handle_type!)
|
inherited |
Name of the thread.
1.8.14