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

Method CRcvQueue

srtcore/queue.cpp:1164–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162
1163//
1164srt::CRcvQueue::CRcvQueue()
1165 : m_WorkerThread()
1166 , m_pUnitQueue(NULL)
1167 , m_pRcvUList(NULL)
1168 , m_pHash(NULL)
1169 , m_pChannel(NULL)
1170 , m_pTimer(NULL)
1171 , m_iIPversion()
1172 , m_szPayloadSize()
1173 , m_bClosing(false)
1174 , m_pRendezvousQueue(NULL)
1175 , m_vNewEntry()
1176 , m_IDLock()
1177 , m_mBuffer()
1178 , m_BufferCond()
1179{
1180 setupCond(m_BufferCond, "QueueBuffer");
1181}
1182
1183srt::CRcvQueue::~CRcvQueue()
1184{

Callers

nothing calls this directly

Calls 1

setupCondFunction · 0.85

Tested by

no test coverage detected