MCPcopy Create free account
hub / github.com/apache/thrift / interruptChildren

Method interruptChildren

lib/cpp/src/thrift/transport/TServerSocket.cpp:760–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void TServerSocket::interruptChildren() {
761 concurrency::Guard g(rwMutex_);
762 if (childInterruptSockWriter_ != THRIFT_INVALID_SOCKET) {
763 notify(childInterruptSockWriter_);
764 }
765}
766
767void TServerSocket::close() {
768 concurrency::Guard g(rwMutex_);

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36