Home
last modified time | relevance | path

Searched refs:ThreadDelegate (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/threading/
Dwatchdog.h57 class ThreadDelegate : public PlatformThread::Delegate {
59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { in ThreadDelegate() function
78 ThreadDelegate delegate_; // Store it, because it must outlive the thread.
Dwatchdog.cc79 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain()
124 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName()