Home
last modified time | relevance | path

Searched defs:TryLockTestThread (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/synchronization/
Dlock_unittest.cc90 class TryLockTestThread : public PlatformThread::Delegate { class
92 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread