OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Leave
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/webrtc/src/system_wrappers/interface/
critical_section_wrapper.h
33
virtual void
Leave
() = 0;
36
// RAII extension of the critical section. Prevents Enter/
Leave
mismatches and
60
Leave
();
65
void
Leave
()
67
_ptrCritSec->
Leave
();
/external/webrtc/src/system_wrappers/source/
critical_section_posix.h
27
virtual void
Leave
();
critical_section_win.h
27
virtual void
Leave
();
critical_section_win.cc
31
CriticalSectionWindows::
Leave
()
rw_lock_generic.cc
56
_critSectPtr->
Leave
();
73
_critSectPtr->
Leave
();
91
_critSectPtr->
Leave
();
104
_critSectPtr->
Leave
();
critical_section_posix.cc
41
CriticalSectionPosix::
Leave
()
rw_lock_win.cc
122
_critSectPtr->
Leave
();
141
_critSectPtr->
Leave
();
164
_critSectPtr->
Leave
();
183
_critSectPtr->
Leave
();
critical_section_unittest.cc
114
crit_sect->
Leave
(); // This frees the thread to act.
140
crit_sect->
Leave
();
155
crit_sect->
Leave
();
thread_win.cc
156
_critsectStop->
Leave
();
169
_critsectStop->
Leave
();
231
_critsectStop->
Leave
();
/external/chromium_org/third_party/libjingle/source/talk/base/
criticalsection.h
75
void
Leave
() {
115
void
Leave
() {
138
pcrit_->
Leave
();
160
pcrit_->
Leave
();
sharedexclusivelock.cc
43
cs_exclusive_.
Leave
();
signalthread.h
146
t_->cs_.
Leave
();
/external/chromium/base/threading/
thread_collision_warner.h
158
// it doesn't
leave
the critical section, as opposed to ScopedCheck,
186
warner_->
Leave
();
205
warner_->
Leave
();
225
void
Leave
();
thread_collision_warner.cc
58
void ThreadCollisionWarner::
Leave
() {
/external/chromium/third_party/libjingle/source/talk/base/
criticalsection.h
66
void
Leave
() {
99
void
Leave
() {
123
pcrit_->
Leave
();
signalthread.h
136
t_->cs_.
Leave
();
/external/chromium_org/base/threading/
thread_collision_warner.h
158
// it doesn't
leave
the critical section, as opposed to ScopedCheck,
186
warner_->
Leave
();
205
warner_->
Leave
();
225
void
Leave
();
thread_collision_warner.cc
58
void ThreadCollisionWarner::
Leave
() {
/external/nist-sip/java/gov/nist/core/
LexerCore.java
521
/** Parse a comment string cursor is at a ".
Leave
cursor at closing "
546
/** Parse a comment string cursor is at a "(".
Leave
cursor at )
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.h
82
crit_.
Leave
();
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc
93
crit_.
Leave
();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.h
82
crit_.
Leave
();
/external/chromium_org/v8/src/
func-name-inferrer.h
88
void
Leave
() {
/external/v8/src/
func-name-inferrer.h
88
void
Leave
() {
/external/lzma/CPP/Windows/
Synchronization.h
150
void
Leave
() { CriticalSection_Leave(&_object); }
156
void Unlock() { _object->
Leave
(); }
Completed in 4223 milliseconds
1
2
3