Searched refs:RWLockPosix (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Drw_lock_posix.cc15 RWLockPosix::RWLockPosix() : lock_() { function in class:webrtc::RWLockPosix
18 RWLockPosix::~RWLockPosix() {
22 RWLockPosix* RWLockPosix::Create() {
23 RWLockPosix* ret_val = new RWLockPosix();
31 bool RWLockPosix::Init() {
35 void RWLockPosix
[all...]
H A Drw_lock_posix.h21 class RWLockPosix : public RWLockWrapper { class in namespace:webrtc
23 static RWLockPosix* Create();
24 ~RWLockPosix() override;
33 RWLockPosix();
H A Drw_lock.cc33 return RWLockPosix::Create();

Completed in 98 milliseconds