MCPcopy Create free account
hub / github.com/anyRTC-UseCase/SipRtcProxy / XAutoLock

Method XAutoLock

src/XAutoLock.cpp:17–21  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////// Construction/Destruction /////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

15// Construction/Destruction
16//////////////////////////////////////////////////////////////////////
17XAutoLock::XAutoLock(XCritSec&rXCritSec)
18:x_crit_sec_(rXCritSec)
19{
20 x_crit_sec_.Lock();
21}
22
23XAutoLock::~XAutoLock()
24{

Callers

nothing calls this directly

Calls 1

LockMethod · 0.80

Tested by

no test coverage detected