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

Method join

src/jrd/ThreadCollect.h:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 { }
52
53 void join()
54 {
55 if (threads.empty())
56 return;
57
58 waitFor(threads);
59 }
60
61 // put thread into completion wait queue when it finished running
62 void ending(Thread&& thd)

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected