Lines Matching defs:Thread
32 // Thread.h
35 // A Thread class is defined for easy usage.
39 // Option 1: Construct an instance of the "Thread" class with an external
43 // Option 2: Subclass the "Thread" class and reimplement the virtual "run"
67 class Thread
72 Thread(CallbackFunction func = NULL, void *param = NULL);
73 Thread(const Thread &rhs);
74 virtual ~Thread();
91 Thread &operator=(const Thread &rhs);