MCPcopy 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

closeMethod · 0.85
handlerIntFunction · 0.85
handlerTermFunction · 0.85

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected