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

Method tryWait

src/common/ThreadStart.h:242–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 bool tryWait()
243 {
244 if (closing)
245 {
246 waitForCompletion();
247 return true;
248 }
249 return false;
250 }
251
252 void waitForCompletion()
253 {

Callers 1

start_sweeperFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected