![]() |
My Project
|
Public Member Functions | |
| ThreadState () | |
| ~ThreadState () | |
Data Fields | |
| bool | active |
| bool | running |
| int | index |
| void *(* | thread_func )(ThreadState *, void *) |
| void * | arg |
| void * | result |
| pthread_t | id |
| pthread_t | parent |
| Lock | lock |
| ConditionVariable | to_cond |
| ConditionVariable | from_cond |
| queue< string > | to_thread |
| queue< string > | from_thread |
|
inline |
|
inline |
| ConditionVariable LibThread::ThreadState::from_cond |
| void *(* LibThread::ThreadState::thread_func) (ThreadState *, void *) |
| ConditionVariable LibThread::ThreadState::to_cond |