Searched defs:Leave (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcritical_section_posix.cc41 CriticalSectionPosix::Leave() function in class:webrtc::CriticalSectionPosix
H A Dcritical_section_win.cc31 CriticalSectionWindows::Leave() function in class:webrtc::CriticalSectionWindows
/external/webrtc/src/system_wrappers/interface/
H A Dcritical_section_wrapper.h33 virtual void Leave() = 0;
36 // RAII extension of the critical section. Prevents Enter/Leave mismatches and
60 Leave();
65 void Leave() function in class:webrtc::CriticalSectionScoped
67 _ptrCritSec->Leave();
/external/v8/src/
H A Dfunc-name-inferrer.h71 void Leave() { function in class:v8::internal::FuncNameInferrer
/external/lzma/CPP/Windows/
H A DSynchronization.h150 void Leave() { CriticalSection_Leave(&_object); } function in class:NWindows::NSynchronization::CCriticalSection
156 void Unlock() { _object->Leave(); }

Completed in 147 milliseconds