Searched defs:TryLockTestThread (Results 1 – 3 of 3) sorted by relevance
92 class TryLockTestThread : public PlatformThread::Delegate { class94 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread
104 class TryLockTestThread : public PlatformThread::Delegate { class106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in sfntly::TryLockTestThread