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

  /external/libchrome/base/synchronization/
lock_unittest.cc 103 bool got_lock() const { return got_lock_; } function in class:base::TryLockTestThread
127 ASSERT_FALSE(thread.got_lock());
141 ASSERT_TRUE(thread.got_lock());
  /external/sfntly/cpp/src/test/
lock_test.cc 114 bool got_lock() const { return got_lock_; } function in class:sfntly::TryLockTestThread
138 EXPECT_FALSE(thread.got_lock());
152 EXPECT_TRUE(thread.got_lock());

Completed in 61 milliseconds