MCPcopy Create free account
hub / github.com/Haivision/srt / construct

Method construct

srtcore/api.cpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82using namespace srt::sync;
83
84void srt::CUDTSocket::construct()
85{
86#if ENABLE_BONDING
87 m_GroupOf = NULL;
88 m_GroupMemberData = NULL;
89#endif
90 setupMutex(m_AcceptLock, "Accept");
91 setupCond(m_AcceptCond, "Accept");
92 setupMutex(m_ControlLock, "Control");
93}
94
95srt::CUDTSocket::~CUDTSocket()
96{

Callers

nothing calls this directly

Calls 2

setupMutexFunction · 0.85
setupCondFunction · 0.85

Tested by

no test coverage detected