OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryEnter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
criticalsection.h
68
bool
TryEnter
() {
108
bool
TryEnter
() {
146
// CriticalSection::
TryEnter
, and unlocks on destruction if the
156
locked_ = pcrit_->
TryEnter
();
messagequeue_unittest.cc
42
if (!crit_.
TryEnter
()) {
49
// We have to do this on a worker thread, or else the
TryEnter
will
Completed in 398 milliseconds