Home
last modified time | relevance | path

Searched refs:UnlockShared (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsharedexclusivelock.h31 void UnlockShared();
49 ~SharedScope() UNLOCK_FUNCTION() { lock_->UnlockShared(); } in UNLOCK_FUNCTION()
Dsharedexclusivelock.cc37 void SharedExclusiveLock::UnlockShared() { in UnlockShared() function in rtc::SharedExclusiveLock
Dprofiler.cc103 lock_.UnlockShared(); in StartEvent()