Definition at line 1336 of file shared.cc.
◆ ThreadState()
LibThread::ThreadState::ThreadState |
( |
| ) |
|
|
inline |
Definition at line 1350 of file shared.cc.
1355 }
ConditionVariable to_cond
queue< string > from_thread
ConditionVariable from_cond
queue< string > to_thread
◆ ~ThreadState()
LibThread::ThreadState::~ThreadState |
( |
| ) |
|
|
inline |
Definition at line 1356 of file shared.cc.
1356 {
1357
1358
1359
1360
1361 }
◆ 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: