HomeSort by relevance Sort by last modified time
    Searched refs:Leave (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stllock.h 16 void Leave() { LeaveCriticalSection(this); }
  /external/webrtc/webrtc/system_wrappers/include/
critical_section_wrapper.h 33 virtual void Leave() UNLOCK_FUNCTION() = 0;
36 // RAII extension of the critical section. Prevents Enter/Leave mismatches and
46 ~CriticalSectionScoped() UNLOCK_FUNCTION() { ptr_crit_sec_->Leave(); }
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.h 27 void Leave() override;
critical_section_win.cc 29 CriticalSectionWindows::Leave() {
critical_section_win.h 27 virtual void Leave();
critical_section_posix.cc 37 CriticalSectionPosix::Leave() {
critical_section_unittest.cc 91 crit_sect->Leave(); // This frees the thread to act.
112 crit_sect->Leave();
127 crit_sect->Leave();
  /external/v8/tools/clang/blink_gc_plugin/
Edge.cpp 36 Leave();
43 Leave();
49 Leave();
56 Leave();
63 Leave();
70 Leave();
77 Leave();
85 Leave();
92 Leave();
  /external/pdfium/xfa/fwl/
cfwl_messagemouse.h 24 Leave,
  /external/webrtc/webrtc/base/
sharedexclusivelock.cc 26 cs_exclusive_.Leave();
criticalsection.cc 74 void CriticalSection::Leave() UNLOCK_FUNCTION() {
119 CritScope::~CritScope() { cs_->Leave(); }
129 cs_->Leave();
criticalsection.h 51 void Leave() UNLOCK_FUNCTION();
signalthread.h 127 t_->cs_.Leave();
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 59 _pCrit->Leave();
64 _pCrit->Leave();
142 _pCrit->Leave();
145 _pCrit->Leave();
167 _pCrit->Leave();
202 _pCrit->Leave();
214 _pCrit->Leave();
225 _pCrit->Leave();
250 _pCrit->Leave();
255 _pCrit->Leave();
    [all...]
udp_socket_manager_posix.cc 97 _critSect->Leave();
122 _critSect->Leave();
157 _critSect->Leave();
183 _critSect->Leave();
211 _critSectList->Leave();
305 _critSectList->Leave();
323 _critSectList->Leave();
333 _critSectList->Leave();
336 _critSectList->Leave();
388 _critSectList->Leave();
    [all...]
  /external/libchrome/base/threading/
thread_collision_warner.h 159 // it doesn't leave the critical section, as opposed to ScopedCheck,
187 warner_->Leave();
206 warner_->Leave();
226 void Leave();
thread_collision_warner.cc 58 void ThreadCollisionWarner::Leave() {
  /external/webrtc/webrtc/video/
vie_remb.cc 118 list_crit_->Leave();
124 list_crit_->Leave();
137 list_crit_->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/wpa_supplicant_8/hs20/server/www/
signup.php 34 Select a username and password. Leave password empty to get automatically
  /external/v8/src/parsing/
func-name-inferrer.h 42 if (fni_ != nullptr) fni_->Leave();
99 void Leave() {
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 109 _channelCritSect->Leave();
294 _channelCritSect->Leave();
309 _channelCritSect->Leave();
314 _channelCritSect->Leave();
325 _channelCritSect->Leave();
346 _channelCritSect->Leave();
370 _channelCritSect->Leave();
411 _channelCritSect->Leave();
420 _channelCritSect->Leave();
  /development/scripts/gdb/
dalvik.gdb 69 Leave ART debugging mode. Signal handling is restored to default settings.
  /external/webrtc/talk/session/media/
mediamonitor.h 83 crit_.Leave();
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.cc 228 crit_sect_->Leave();
236 crit_sect_->Leave();
249 crit_sect_->Leave();
257 crit_sect_->Leave();

Completed in 324 milliseconds

1 2 3 4 5