Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3302
void ThreadCleanup::finiThreadCleanup()
3303
{
3304
pthread_setspecific(key, NULL);
3305
PluginManager::threadDetach();
3306
}
3307
3308
3309
class FiniThreadCleanup
Callers
nothing calls this directly
Calls
1
threadDetach
Function · 0.85
Tested by
no test coverage detected