Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
srt::sync::CEvent::CEvent()
119
{
120
#ifndef _WIN32
121
m_cond.init();
122
#endif
123
}
124
125
srt::sync::CEvent::~CEvent()
126
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected