MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Select

Method Select

src/remote/inet.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252public:
253#ifdef HAVE_POLL
254 Select()
255 : slct_time(0), slct_count(0), slct_poll(*getDefaultMemoryPool()),
256 slct_ready(*getDefaultMemoryPool())
257 { }
258
259 explicit Select(MemoryPool& pool)
260 : slct_time(0), slct_count(0), slct_poll(pool), slct_ready(pool)

Callers

nothing calls this directly

Calls 1

getDefaultMemoryPoolFunction · 0.85

Tested by

no test coverage detected