MCPcopy Create free account
hub / github.com/apache/thrift / ~global_fixture

Method ~global_fixture

lib/cpp/test/TransportTest.cpp:1039–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037 alarmThread_->start();
1038 }
1039 ~global_fixture() {
1040 {
1041 apache::thrift::concurrency::Synchronized s(g_alarm_monitor);
1042 g_teardown = true;
1043 g_alarm_monitor.notify();
1044 }
1045 alarmThread_->join();
1046 }
1047};
1048
1049#if (BOOST_VERSION >= 105900)

Callers

nothing calls this directly

Calls 2

notifyMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected