MCPcopy Create free account
hub / github.com/apache/arrow / TearDown

Method TearDown

cpp/src/arrow/util/io_util_test.cc:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 void FinishReading() { read_thread_.join(); }
309
310 void TearDown() override {
311 ASSERT_OK(self_pipe_->Shutdown());
312 if (read_thread_.joinable()) {
313 read_thread_.join();
314 }
315 instance_ = nullptr;
316 }
317
318 Status ReadStatus() {
319 std::lock_guard<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls 2

ShutdownMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected