MCPcopy Create free account
hub / github.com/apache/brpc / IsAskedToQuit

Function IsAskedToQuit

src/brpc/controller.cpp:1663–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663bool IsAskedToQuit() {
1664 pthread_once(&register_quit_signal_once, RegisterQuitSignalOrDie);
1665 return s_signal_quit;
1666}
1667
1668void AskToQuit() {
1669 raise(SIGINT);

Callers 15

senderFunction · 0.85
mainFunction · 0.85
senderFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
senderFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
senderFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected