Searched refs:ThreadDelegate (Results 1 – 2 of 2) sorted by relevance
57 class ThreadDelegate : public PlatformThread::Delegate {59 explicit ThreadDelegate(Watchdog* watchdog) : watchdog_(watchdog) { in ThreadDelegate() function78 ThreadDelegate delegate_; // Store it, because it must outlive the thread.
79 void Watchdog::ThreadDelegate::ThreadMain() { in ThreadMain()124 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName()