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

Method finiThreadCleanup

src/yvalve/utl.cpp:3302–3306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3300}
3301
3302void ThreadCleanup::finiThreadCleanup()
3303{
3304 pthread_setspecific(key, NULL);
3305 PluginManager::threadDetach();
3306}
3307
3308
3309class FiniThreadCleanup

Callers

nothing calls this directly

Calls 1

threadDetachFunction · 0.85

Tested by

no test coverage detected