Home
last modified time | relevance | path

Searched refs:RTC_UNLOCK_FUNCTION (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Drw_lock_wrapper.h28 virtual void ReleaseLockExclusive() RTC_UNLOCK_FUNCTION() = 0;
31 virtual void ReleaseLockShared() RTC_UNLOCK_FUNCTION() = 0;
44 ~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
Dmutex.h57 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock()
103 ~MutexLock() RTC_UNLOCK_FUNCTION() { mutex_->Unlock(); } in RTC_UNLOCK_FUNCTION() function
123 void Unlock() RTC_UNLOCK_FUNCTION();
137 ~GlobalMutexLock() RTC_UNLOCK_FUNCTION();
Dmutex_abseil.h29 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()
Dmutex_critical_section.h43 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock()
Dmutex_unittest.cc47 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()
61 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()
Dmutex_pthread.h45 void Unlock() RTC_UNLOCK_FUNCTION() { pthread_mutex_unlock(&mutex_); } in Unlock()
Dsequence_checker.h97 ~SequenceCheckerScope() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
/external/webrtc/rtc_base/
Drace_checker.h33 void Release() const RTC_UNLOCK_FUNCTION();
47 ~RaceCheckerScope() RTC_UNLOCK_FUNCTION();
59 ~RaceCheckerScopeDoNothing() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
Dthread_annotations_unittest.cc25 void Leave() const RTC_UNLOCK_FUNCTION() {} in Leave()
31 ~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/
Drecursive_critical_section.h59 void Leave() const RTC_UNLOCK_FUNCTION();
95 ~CritScope() RTC_UNLOCK_FUNCTION();
Dsignal_thread.h134 ~EnterExit() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function
Drecursive_critical_section.cc165 void RecursiveCriticalSection::Leave() const RTC_UNLOCK_FUNCTION() { in Leave()
Drecursive_critical_section_unittest.cc124 void Unlock() RTC_UNLOCK_FUNCTION() { cs_.Leave(); } in Unlock()
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h135 void UnLock() RTC_UNLOCK_FUNCTION(mutex_) { mutex_.Unlock(); } in UnLock()
Daudio_device_pulse_linux.h201 void UnLock() RTC_UNLOCK_FUNCTION(mutex_) { mutex_.Unlock(); } in UnLock()