Home
last modified time | relevance | path

Searched refs:UnlockExclusive (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dsharedexclusivelock.h29 void UnlockExclusive() UNLOCK_FUNCTION();
65 ~ExclusiveScope() UNLOCK_FUNCTION() { lock_->UnlockExclusive(); } in UNLOCK_FUNCTION()
Dsharedexclusivelock.cc25 void SharedExclusiveLock::UnlockExclusive() { in UnlockExclusive() function in rtc::SharedExclusiveLock