Home
last modified time | relevance | path

Searched refs:AcquireLockExclusive (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Drw_lock_wrapper.h27 virtual void AcquireLockExclusive() RTC_EXCLUSIVE_LOCK_FUNCTION() = 0;
55 rw_lock_.AcquireLockExclusive(); in WriteLockScoped()
Drw_lock_win.h24 void AcquireLockExclusive() override;
Drw_lock_win.cc25 void RWLockWin::AcquireLockExclusive() { in AcquireLockExclusive() function in webrtc::RWLockWin
Drw_lock_posix.h25 void AcquireLockExclusive() override;
Drw_lock_posix.cc36 void RWLockPosix::AcquireLockExclusive() { in AcquireLockExclusive() function in webrtc::RWLockPosix
/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc33 _apiLock.AcquireLockExclusive(); in ~DeviceInfoImpl()
72 _apiLock.AcquireLockExclusive(); in GetCapability()
106 _apiLock.AcquireLockExclusive(); in GetBestMatchedCapability()
/external/webrtc/rtc_base/time/
Dtimestamp_extrapolator.cc61 _rwLock->AcquireLockExclusive(); in Update()
67 _rwLock->AcquireLockExclusive(); in Update()
/external/webrtc/modules/audio_coding/test/
DRTPFile.cc99 _queueRWLock->AcquireLockExclusive(); in Write()