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

Function threadDetach

src/jrd/jrd.cpp:383–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383static void threadDetach()
384{
385 ThreadSync* thd = ThreadSync::findThread();
386 delete thd;
387
388 if (cds::threading::Manager::isThreadAttached())
389 cds::threading::Manager::detachThread();
390}
391
392static void shutdownBeforeUnload()
393{

Callers 2

shutdownBeforeUnloadFunction · 0.85
finiThreadCleanupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected