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

Function epoll_uwait

srtcore/api.cpp:4814–4817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4812}
4813
4814int epoll_uwait(int eid, SRT_EPOLL_EVENT* fdsSet, int fdsSize, int64_t msTimeOut)
4815{
4816 return srt::CUDT::epoll_uwait(eid, fdsSet, fdsSize, msTimeOut);
4817}
4818
4819int epoll_release(int eid)
4820{

Callers 1

srt_epoll_uwaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected