SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Thread_private Class Reference

Public Member Functions

 Thread_private (bool stopped)
 

Public Attributes

Threadthread
 
pthread_t threadid
 
Thread::ThreadState state
 
std::vector< const char * > blockstack
 
std::vector< const char * > mutexlist
 
Semaphore done
 
Semaphore delete_ready
 
Semaphore block_sema
 
bool is_blocked
 
bool exiting
 
bool ismain
 

Constructor & Destructor Documentation

Thread_private ( bool  stopped)

Member Data Documentation

Semaphore block_sema
std::vector<const char *> blockstack
Semaphore delete_ready
Semaphore done
bool exiting
bool is_blocked
bool ismain
std::vector<const char *> mutexlist
Thread::ThreadState state
Thread* thread
pthread_t threadid

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