Searched refs:TryLockTestThread (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc92 class TryLockTestThread : public PlatformThread::Delegate { class in namespace:base
94 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} function in class:base::TryLockTestThread
108 DISALLOW_COPY_AND_ASSIGN(TryLockTestThread);
119 TryLockTestThread thread(&lock);
133 TryLockTestThread thread(&lock);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc104 class TryLockTestThread : public PlatformThread::Delegate { class in namespace:sfntly
106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} function in class:sfntly::TryLockTestThread
120 NO_COPY_AND_ASSIGN(TryLockTestThread);
131 TryLockTestThread thread(&lock);
145 TryLockTestThread thread(&lock);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc104 class TryLockTestThread : public PlatformThread::Delegate { class in namespace:sfntly
106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {} function in class:sfntly::TryLockTestThread
120 NO_COPY_AND_ASSIGN(TryLockTestThread);
131 TryLockTestThread thread(&lock);
145 TryLockTestThread thread(&lock);

Completed in 107 milliseconds