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

Method RunUntilAskedToQuit

src/brpc/server.cpp:1875–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1873}
1874
1875void Server::RunUntilAskedToQuit() {
1876 while (!IsAskedToQuit()) {
1877 bthread_usleep(1000000L);
1878 }
1879 Stop(0/*not used now*/);
1880 Join();
1881}
1882
1883void* thread_local_data() {
1884 const Server::ThreadLocalOptions* tl_options =

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 3

IsAskedToQuitFunction · 0.85
bthread_usleepFunction · 0.85
JoinFunction · 0.85

Tested by

no test coverage detected