OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_lock
(Results
1 - 7
of
7
) sorted by null
/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
46
bool
got_lock
= provider_->lock_.Try();
variable
47
EXPECT_TRUE(
got_lock
);
variable
48
if (
got_lock
)
/external/lldb/source/Core/
ConnectionFileDescriptor.cpp
341
bool
got_lock
= locker.TryLock (m_mutex);
local
343
if (!
got_lock
)
401
bool
got_lock
= locker.TryLock (m_mutex);
local
402
if (!
got_lock
)
[
all
...]
/external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp
1104
bool
got_lock
= false;
local
[
all
...]
Completed in 5437 milliseconds