equal
deleted
inserted
replaced
67 virtual void run(); |
67 virtual void run(); |
68 // Methods. |
68 // Methods. |
69 void start(); |
69 void start(); |
70 |
70 |
71 void print_task_time_stamps(); |
71 void print_task_time_stamps(); |
72 void print_on(outputStream* st) const; |
|
73 void print() const { print_on(tty); } |
|
74 |
72 |
75 protected: |
73 protected: |
76 // Constructor. Clients use factory, but there could be subclasses. |
74 // Constructor. Clients use factory, but there could be subclasses. |
77 GCTaskThread(GCTaskManager* manager, uint which, uint processor_id); |
75 GCTaskThread(GCTaskManager* manager, uint which, uint processor_id); |
78 // Destructor: virtual destructor because of virtual methods. |
76 // Destructor: virtual destructor because of virtual methods. |