HomeSort by relevance Sort by last modified time
    Searched defs:Leave (Results 1 - 6 of 6) sorted by null

  /external/webrtc/src/system_wrappers/source/
critical_section_posix.cc 41 CriticalSectionPosix::Leave()
critical_section_win.cc 31 CriticalSectionWindows::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/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/v8/src/
func-name-inferrer.h 71 void Leave() {
  /external/lzma/CPP/Windows/
Synchronization.h 150 void Leave() { CriticalSection_Leave(&_object); }
156 void Unlock() { _object->Leave(); }

Completed in 370 milliseconds