Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ init
Method
init
src/common/os/win32/isc_ipc.cpp:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
{
224
public:
225
static void init()
226
{
227
process_id = getpid();
228
ISC_get_security_desc();
229
}
230
};
231
232
Firebird::InitMutex<SignalInit> signalInit(
"SignalInit"
);
Callers
1
ISC_signal_init
Function · 0.45
Calls
1
ISC_get_security_desc
Function · 0.85
Tested by
no test coverage detected