Home
last modified time | relevance | path

Searched defs:RTC_UNLOCK_FUNCTION (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Drw_lock_wrapper.h44 ~ReadLockScoped() RTC_UNLOCK_FUNCTION() { rw_lock_.ReleaseLockShared(); } in RTC_UNLOCK_FUNCTION() function
58 ~WriteLockScoped() RTC_UNLOCK_FUNCTION() { rw_lock_.ReleaseLockExclusive(); } in RTC_UNLOCK_FUNCTION() function
Dsequence_checker.h97 ~SequenceCheckerScope() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
Dmutex.h103 ~MutexLock() RTC_UNLOCK_FUNCTION() { mutex_->Unlock(); } in RTC_UNLOCK_FUNCTION() function
/external/webrtc/rtc_base/
Drace_checker.h59 ~RaceCheckerScopeDoNothing() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
Dthread_annotations_unittest.cc31 ~ScopeLock() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function in __anon490a41b80111::ScopeLock
Dthread_annotations.h88 #define RTC_UNLOCK_FUNCTION(...) \ macro
Dthread.cc98 ~MarkProcessingCritScope() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function in rtc::__anon058016cc0211::MarkProcessingCritScope
/external/webrtc/rtc_base/deprecated/
Dsignal_thread.h134 ~EnterExit() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function