HomeSort by relevance Sort by last modified time
    Searched refs:Leave (Results 1 - 25 of 107) 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();
critical_section_unittest.cc 114 crit_sect->Leave(); // This frees the thread to act.
140 crit_sect->Leave();
155 crit_sect->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 92 crit_sect->Leave(); // This frees the thread to act.
115 crit_sect->Leave();
130 crit_sect->Leave();
thread_win.cc 132 critsect_stop_->Leave();
144 critsect_stop_->Leave();
195 critsect_stop_->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/webrtc/base/
sharedexclusivelock.cc 26 cs_exclusive_.Leave();
criticalsection.h 59 void Leave() UNLOCK_FUNCTION() {
99 void Leave() UNLOCK_FUNCTION() {
122 pcrit_->Leave();
144 pcrit_->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...]
udp_socket_manager_posix.cc 103 _critSect->Leave();
128 _critSect->Leave();
163 _critSect->Leave();
189 _critSect->Leave();
224 _critSectList->Leave();
326 _critSectList->Leave();
344 _critSectList->Leave();
354 _critSectList->Leave();
357 _critSectList->Leave();
409 _critSectList->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...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_remb.cc 117 list_crit_->Leave();
123 list_crit_->Leave();
136 list_crit_->Leave();

Completed in 1000 milliseconds

1 2 3 4 5