Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1663
bool IsAskedToQuit() {
1664
pthread_once(®ister_quit_signal_once, RegisterQuitSignalOrDie);
1665
return s_signal_quit;
1666
}
1667
1668
void AskToQuit() {
1669
raise(SIGINT);
Callers
15
sender
Function · 0.85
main
Function · 0.85
sender
Function · 0.85
main
Function · 0.85
main
Function · 0.85
sender
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
sender
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected