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

  /external/chromium_org/base/synchronization/
lock_unittest.cc 92 class TryLockTestThread : public PlatformThread::Delegate {
94 explicit TryLockTestThread(Lock* lock) : lock_(lock), got_lock_(false) {}
108 DISALLOW_COPY_AND_ASSIGN(TryLockTestThread);
119 TryLockTestThread thread(&lock);
133 TryLockTestThread thread(&lock);
  /external/chromium_org/third_party/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 36 milliseconds