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

Function SelectorZero

engine/dlib/src/dlib/socket.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 void SelectorZero(Selector* selector)
261 {
262 dmFileDescriptor::PollerReset(&selector->m_Poller);
263 }
264
265 Result Select(Selector* selector, int32_t timeout)
266 {

Callers 6

ConnectSocketFunction · 0.85
UpdateFunction · 0.85
HandleIncomingQueriesFunction · 0.85
HandleBrowserResponsesFunction · 0.85
SelectorMethod · 0.85
WaitForRawSocketReadableFunction · 0.85

Calls 1

PollerResetFunction · 0.85

Tested by 1

WaitForRawSocketReadableFunction · 0.68