Definition at line 1331 of file shared.cc.
◆ ThreadState()
LibThread::ThreadState::ThreadState |
( |
| ) |
|
|
inline |
Definition at line 1345 of file shared.cc.
1350 }
ConditionVariable to_cond
queue< string > from_thread
ConditionVariable from_cond
queue< string > to_thread
◆ ~ThreadState()
LibThread::ThreadState::~ThreadState |
( |
| ) |
|
|
inline |
Definition at line 1351 of file shared.cc.
1351 {
1352
1353
1354
1355
1356 }
◆ active
bool LibThread::ThreadState::active |
◆ arg
void* LibThread::ThreadState::arg |
◆ from_cond
◆ from_thread
queue<string> LibThread::ThreadState::from_thread |
◆ id
pthread_t LibThread::ThreadState::id |
◆ index
int LibThread::ThreadState::index |
◆ lock
Lock LibThread::ThreadState::lock |
◆ parent
pthread_t LibThread::ThreadState::parent |
◆ result
void * LibThread::ThreadState::result |
◆ running
bool LibThread::ThreadState::running |
◆ thread_func
void *(* LibThread::ThreadState::thread_func) (ThreadState *, void *) |
◆ to_cond
◆ to_thread
queue<string> LibThread::ThreadState::to_thread |
The documentation for this class was generated from the following file: