Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsharedexclusivelock.h28 void LockExclusive() EXCLUSIVE_LOCK_FUNCTION();
62 lock_->LockExclusive(); in ExclusiveScope()
Dsharedexclusivelock.cc20 void SharedExclusiveLock::LockExclusive() { in LockExclusive() function in rtc::SharedExclusiveLock