MCPcopy Create free account
hub / github.com/defold/defold / SelectorClear

Function SelectorClear

engine/dlib/src/dlib/socket.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 void SelectorClear(Selector* selector, SelectorKind selector_kind, Socket socket)
243 {
244 dmFileDescriptor::PollEvent event = SelectorKindToPollEvent(selector_kind);
245 dmFileDescriptor::PollerClearEvent(&selector->m_Poller, event, socket);
246 }
247
248 void SelectorSet(Selector* selector, SelectorKind selector_kind, Socket socket)
249 {

Callers

nothing calls this directly

Calls 2

SelectorKindToPollEventFunction · 0.85
PollerClearEventFunction · 0.85

Tested by

no test coverage detected