HomeSort by relevance Sort by last modified time
    Searched refs:TryLockTestThread (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/synchronization/
lock_unittest.cc 93 class TryLockTestThread : public PlatformThread::Delegate {
95 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {}
109 DISALLOW_COPY_AND_ASSIGN(TryLockTestThread);
120 TryLockTestThread thread(&lock);
134 TryLockTestThread thread(&lock);
  /external/sfntly/cpp/src/test/
lock_test.cc 104 class TryLockTestThread : public PlatformThread::Delegate {
106 TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {}
120 NO_COPY_AND_ASSIGN(TryLockTestThread);
131 TryLockTestThread thread(&lock);
145 TryLockTestThread thread(&lock);

Completed in 265 milliseconds