Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ internalRun
Method
internalRun
src/common/ThreadStart.h:264–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
bool closing;
263
264
static THREAD_ENTRY_DECLARE internalRun(THREAD_ENTRY_PARAM arg)
265
{
266
((ThreadFinishSync*) arg)->internalRun();
267
return 0;
268
}
269
270
void internalRun()
271
{
Callers
nothing calls this directly
Calls
2
cleanup
Function · 0.50
exceptionHandler
Method · 0.45
Tested by
no test coverage detected