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

Method MakeThreadPool

cpp/src/arrow/util/thread_pool_test.cc:495–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 }
494
495 std::shared_ptr<ThreadPool> MakeThreadPool() { return MakeThreadPool(4); }
496
497 std::shared_ptr<ThreadPool> MakeThreadPool(int threads) {
498 return *ThreadPool::Make(threads);

Callers 2

TEST_FFunction · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected