40#ifndef LM_THREAD_WORKER_H_ 
   41#define LM_THREAD_WORKER_H_ 
Thread()
Creates a pthread locking mechanism and initializes "Thread".
Definition Thread.cpp:48
volatile bool aborted
Definition Worker.h:64
virtual void abort()
Set the aborted status for a thread and wakes thread.
Definition Worker.cpp:59
virtual ~Worker()
Removes thread from manager and deletes thread.
Definition Worker.cpp:54
virtual void checkpoint()
Checkpoint (currently unimplemented)
Definition Worker.cpp:75
Worker()
Creates thread and attaches it to the manager.
Definition Worker.cpp:48
Definition Capsule.cpp:46