Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ handler
Function
handler
src/yvalve/why.cpp:807–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
805
}
806
807
void handler(int sig)
808
{
809
if (!killed && shutdownSemaphore)
810
{
811
killed = sig;
812
shutdownSemaphore->release();
813
}
814
}
815
816
void handlerInt(void*)
817
{
Callers
3
close
Method · 0.85
handlerInt
Function · 0.85
handlerTerm
Function · 0.85
Calls
1
release
Method · 0.45
Tested by
no test coverage detected