Searched defs:TryLockTestThread (Results 1 – 2 of 2) sorted by relevance
94 class TryLockTestThread : public PlatformThread::Delegate { class96 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread
95 class TryLockTestThread : public PlatformThread::Delegate { class97 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread