ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::RegisteredThreadInfo Struct Reference

Public Attributes

Tid tid {}
std::thread::id stdId
std::string name
std::string componentTag
bool alive {true}
std::shared_ptr< class ThreadControlBlockcontrol

Detailed Description

Definition at line 46 of file thread_registry.hpp.

Member Data Documentation

◆ alive

bool threadschedule::RegisteredThreadInfo::alive {true}

Definition at line 52 of file thread_registry.hpp.

◆ componentTag

std::string threadschedule::RegisteredThreadInfo::componentTag

Definition at line 51 of file thread_registry.hpp.

◆ control

std::shared_ptr<class ThreadControlBlock> threadschedule::RegisteredThreadInfo::control

Definition at line 53 of file thread_registry.hpp.

◆ name

std::string threadschedule::RegisteredThreadInfo::name

Definition at line 50 of file thread_registry.hpp.

◆ stdId

std::thread::id threadschedule::RegisteredThreadInfo::stdId

Definition at line 49 of file thread_registry.hpp.

◆ tid

Tid threadschedule::RegisteredThreadInfo::tid {}

Definition at line 48 of file thread_registry.hpp.


The documentation for this struct was generated from the following file: