Searched defs:RTC_UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/rtc_base/synchronization/ | ||
D | mutex.h | 69 ~MutexLock() RTC_UNLOCK_FUNCTION() { mutex_->Unlock(); } in RTC_UNLOCK_FUNCTION() function |
/external/webrtc/rtc_base/ | ||
D | race_checker.h | 59 ~RaceCheckerScopeDoNothing() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function |
D | thread_annotations_unittest.cc | 31 ~ScopeLock() RTC_UNLOCK_FUNCTION() {} in RTC_UNLOCK_FUNCTION() function in __anonec411da70111::ScopeLock |
D | thread_annotations.h | 88 #define RTC_UNLOCK_FUNCTION(...) \ macro |
D | thread.cc | 90 ~MarkProcessingCritScope() RTC_UNLOCK_FUNCTION() { in RTC_UNLOCK_FUNCTION() function in rtc::__anonb535c35b0211::MarkProcessingCritScope |