Searched refs:got_lock (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/synchronization/
H A Dlock_unittest.cc103 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/
H A Dlock_test.cc114 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 54 milliseconds