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

/external/chromium/base/synchronization/
H A Dlock_unittest.cc100 bool got_lock() const { return got_lock_; } function in class:base::TryLockTestThread
124 ASSERT_FALSE(thread.got_lock());
138 ASSERT_TRUE(thread.got_lock());

Completed in 66 milliseconds