MCPcopy Create free account
hub / github.com/Tencent/phxsql / SignalStop

Function SignalStop

phxsqlproxy/phxsqlproxymain.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50void co_init_curr_thread_env();
51
52void SignalStop(int signal_value) {
53 // LogError("receive signal %d", signal_value);
54}
55
56void SignalHandler(void) {
57 assert(signal(SIGPIPE, SIG_IGN) != SIG_ERR);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected