Fennel: ThreadTracker Class Reference (original) (raw)

Called in new thread context before thread's body runs.

Reimplemented in JavaThreadTracker, and StatsTimer.

Definition at line 33 of file ThreadTracker.cpp.

Referenced by TimerThread::run(), and ThreadPoolBase::runPooledThread().

00034 { 00035 // do nothing by default 00036 }