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

  /external/chromium/chrome/common/
service_process_util_linux.cc 25 bool got_lock = false;
28 got_lock = true;
34 if (!got_lock) {
  /external/chromium/base/synchronization/
lock_unittest.cc 100 bool got_lock() const { return got_lock_; } function in class:base::TryLockTestThread
124 ASSERT_FALSE(thread.got_lock());
138 ASSERT_TRUE(thread.got_lock());
  /external/chromium_org/base/synchronization/
lock_unittest.cc 102 bool got_lock() const { return got_lock_; } function in class:base::TryLockTestThread
126 ASSERT_FALSE(thread.got_lock());
140 ASSERT_TRUE(thread.got_lock());
  /external/chromium_org/chrome/common/
service_process_util_posix.cc 24 bool got_lock = false;
27 got_lock = true;
33 if (!got_lock) {
  /external/chromium_org/third_party/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());
  /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());
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 45 bool got_lock = provider_->lock_.Try(); variable
46 EXPECT_TRUE(got_lock); variable
47 if (got_lock)

Completed in 2194 milliseconds