This commit is contained in:
Christian Thalinger 2014-05-08 15:08:45 -07:00
commit b2d6f9f78a
29 changed files with 270 additions and 390 deletions

View file

@ -1199,6 +1199,13 @@ void NamedThread::set_name(const char* format, ...) {
va_end(ap);
}
void NamedThread::print_on(outputStream* st) const {
st->print("\"%s\" ", name());
Thread::print_on(st);
st->cr();
}
// ======= WatcherThread ========
// The watcher thread exists to simulate timer interrupts. It should