OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentThreadIsOwner
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
criticalsection.cc
49
RTC_DCHECK(
CurrentThreadIsOwner
());
67
RTC_DCHECK(
CurrentThreadIsOwner
());
75
RTC_DCHECK(
CurrentThreadIsOwner
());
89
bool CriticalSection::
CurrentThreadIsOwner
() const {
criticalsection.h
54
bool
CurrentThreadIsOwner
() const;
messagequeue.cc
62
#if CS_DEBUG_CHECKS //
CurrentThreadIsOwner
returns true by default.
63
ASSERT(!crit_.
CurrentThreadIsOwner
());
76
#if CS_DEBUG_CHECKS //
CurrentThreadIsOwner
returns true by default.
77
ASSERT(!crit_.
CurrentThreadIsOwner
()); // See note above.
107
#if CS_DEBUG_CHECKS //
CurrentThreadIsOwner
returns true by default.
108
ASSERT(!crit_.
CurrentThreadIsOwner
()); // See note above.
Completed in 176 milliseconds