ThreadSchedule 1.0.0
Modern C++ thread management library
|
Public Attributes | |
Tid | tid {} |
std::thread::id | stdId |
std::string | name |
std::string | componentTag |
bool | alive {true} |
std::shared_ptr< class ThreadControlBlock > | control |
Definition at line 46 of file thread_registry.hpp.
bool threadschedule::RegisteredThreadInfo::alive {true} |
Definition at line 52 of file thread_registry.hpp.
std::string threadschedule::RegisteredThreadInfo::componentTag |
Definition at line 51 of file thread_registry.hpp.
std::shared_ptr<class ThreadControlBlock> threadschedule::RegisteredThreadInfo::control |
Definition at line 53 of file thread_registry.hpp.
std::string threadschedule::RegisteredThreadInfo::name |
Definition at line 50 of file thread_registry.hpp.
std::thread::id threadschedule::RegisteredThreadInfo::stdId |
Definition at line 49 of file thread_registry.hpp.
Tid threadschedule::RegisteredThreadInfo::tid {} |
Definition at line 48 of file thread_registry.hpp.