Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ PollerReset
Function
PollerReset
engine/dlib/src/dlib/file_descriptor.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void PollerReset(Poller* poller)
80
{
81
while (!poller->m_Pollfds.Empty())
82
{
83
poller->m_Pollfds.Pop();
84
}
85
}
86
87
void PollerDump(Poller* poller)
88
{
Callers
1
SelectorZero
Function · 0.85
Calls
2
Empty
Method · 0.45
Pop
Method · 0.45
Tested by
no test coverage detected