dune-fem  2.4.1-rc
Public Member Functions | Protected Member Functions | Friends | List of all members
parDG_NoMPI::Thread Class Referenceabstract

Public Member Functions

 Thread (int num_of_locks=0)
 
virtual ~Thread ()
 
void start ()
 
void stop ()
 
void join ()
 
void lock (int i=0)
 
void unlock (int i=0)
 

Protected Member Functions

virtual void run ()=0
 

Friends

void * _run (void *ptr)
 

Constructor & Destructor Documentation

Thread::Thread ( int  num_of_locks = 0)
inline
Thread::~Thread ( )
inlinevirtual

Member Function Documentation

void Thread::join ( )
inline
void Thread::lock ( int  i = 0)
inline
virtual void parDG_NoMPI::Thread::run ( )
protectedpure virtual
void Thread::start ( )
inline
void Thread::stop ( )
inline
void Thread::unlock ( int  i = 0)
inline

Friends And Related Function Documentation

void* _run ( void *  ptr)
friend

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