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

Method CEvent

srtcore/sync.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116////////////////////////////////////////////////////////////////////////////////
117
118srt::sync::CEvent::CEvent()
119{
120#ifndef _WIN32
121 m_cond.init();
122#endif
123}
124
125srt::sync::CEvent::~CEvent()
126{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected