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

1 2 3 4 5

  /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();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stllock.h 16 void Leave() { LeaveCriticalSection(this); }
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
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/chromium_org/third_party/webrtc/system_wrappers/source/
critical_section_posix.h 27 virtual void Leave() OVERRIDE;
critical_section_win.cc 29 CriticalSectionWindows::Leave() {
critical_section_win.h 27 virtual void Leave();
critical_section_posix.cc 38 CriticalSectionPosix::Leave() {
critical_section_unittest.cc 99 crit_sect->Leave(); // This frees the thread to act.
122 crit_sect->Leave();
137 crit_sect->Leave();
  /external/chromium_org/tools/clang/blink_gc_plugin/
Edge.cpp 33 Leave();
40 Leave();
46 Leave();
53 Leave();
60 Leave();
67 Leave();
74 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();
  /external/chromium_org/third_party/webrtc/base/
criticalsection.h 58 void Leave() {
98 void Leave() {
121 pcrit_->Leave();
143 pcrit_->Leave();
sharedexclusivelock.cc 26 cs_exclusive_.Leave();
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmThreadHelper.h 66 void Leave();
155 inline void DMCriticalSection::Leave()
190 m_oSection.Leave();
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmThreadHelper.h 58 void Leave();
147 inline void DMCriticalSection::Leave()
182 m_oSection.Leave();
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 59 _pCrit->Leave();
64 _pCrit->Leave();
148 _pCrit->Leave();
151 _pCrit->Leave();
173 _pCrit->Leave();
208 _pCrit->Leave();
220 _pCrit->Leave();
231 _pCrit->Leave();
256 _pCrit->Leave();
261 _pCrit->Leave();
    [all...]
  /external/chromium_org/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();
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_win.cc 97 _crit.Leave();
100 _crit.Leave();
111 _crit.Leave();
137 _crit.Leave();
143 _crit.Leave();
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 201 _crit->Leave();
209 _crit->Leave();
228 _crit->Leave();
242 _crit->Leave();
254 _crit->Leave();
264 _crit->Leave();
289 _crit->Leave();
309 _crit->Leave();
326 _crit->Leave();
335 _crit->Leave();
    [all...]

Completed in 800 milliseconds

1 2 3 4 5