Searched refs:RTC_UNLOCK_FUNCTION (Results 1 – 17 of 17) sorted by relevance
28 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() function58 ~WriteLockScoped() RTC_UNLOCK_FUNCTION() { rw_lock_.ReleaseLockExclusive(); } in RTC_UNLOCK_FUNCTION() function
57 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock()103 ~MutexLock() RTC_UNLOCK_FUNCTION() { mutex_->Unlock(); } in RTC_UNLOCK_FUNCTION() function123 void Unlock() RTC_UNLOCK_FUNCTION();137 ~GlobalMutexLock() RTC_UNLOCK_FUNCTION();
29 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()
43 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock()
47 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()61 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock()
45 void Unlock() RTC_UNLOCK_FUNCTION() { pthread_mutex_unlock(&mutex_); } in Unlock()
97 ~SequenceCheckerScope() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
33 void Release() const RTC_UNLOCK_FUNCTION();47 ~RaceCheckerScope() RTC_UNLOCK_FUNCTION();59 ~RaceCheckerScopeDoNothing() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function
25 void Leave() const RTC_UNLOCK_FUNCTION() {} in Leave()31 ~ScopeLock() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function in __anon490a41b80111::ScopeLock
88 #define RTC_UNLOCK_FUNCTION(...) \ macro
98 ~MarkProcessingCritScope() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function in rtc::__anon058016cc0211::MarkProcessingCritScope
59 void Leave() const RTC_UNLOCK_FUNCTION();95 ~CritScope() RTC_UNLOCK_FUNCTION();
134 ~EnterExit() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function
165 void RecursiveCriticalSection::Leave() const RTC_UNLOCK_FUNCTION() { in Leave()
124 void Unlock() RTC_UNLOCK_FUNCTION() { cs_.Leave(); } in Unlock()
135 void UnLock() RTC_UNLOCK_FUNCTION(mutex_) { mutex_.Unlock(); } in UnLock()
201 void UnLock() RTC_UNLOCK_FUNCTION(mutex_) { mutex_.Unlock(); } in UnLock()