Home
last modified time | relevance | path

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

/external/chromium_org/base/synchronization/
Dlock_unittest.cc92 class TryLockTestThread : public PlatformThread::Delegate { class
94 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in base::TryLockTestThread
/external/sfntly/cpp/src/test/
Dlock_test.cc104 class TryLockTestThread : public PlatformThread::Delegate { class
106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in sfntly::TryLockTestThread
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dlock_test.cc104 class TryLockTestThread : public PlatformThread::Delegate { class
106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} in TryLockTestThread() function in sfntly::TryLockTestThread