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

1 2

  /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();
static_instance.h 80 crit_sect->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/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();
signalthread.cc 89 cs_.Leave();
thread.cc 446 crit_.Leave();
453 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/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.h 82 crit_.Leave();
audiomonitor.cc 91 crit_.Leave();
  /external/v8/src/
func-name-inferrer.h 88 void Leave() {
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 98 crit_.Leave();
  /external/mksh/src/
exec.c 578 goto Leave;
665 goto Leave;
670 goto Leave;
722 * functions leave $0 unchanged.
830 Leave:
    [all...]
syn.c 269 /* NUFILE is small enough to leave this addition unchecked */
363 goto Leave;
366 goto Leave;
369 Leave:
387 /* leave KEYWORD in syniocf (allow if (( 1 )) then ...) */
405 /* leave KEYWORD in syniocf (allow if [[ -n 1 ]] then ...) */
  /external/webkit/Source/WebKit/qt/Api/
qwebview.cpp 861 } else if (e->type() == QEvent::Leave)
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 586 case QEvent::Leave:

Completed in 700 milliseconds

1 2