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

Method MakeThreadPool

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

Source from the content-addressed store, hash-verified

492 }
493
494 std::shared_ptr<ThreadPool> MakeThreadPool() { return MakeThreadPool(4); }
495
496 std::shared_ptr<ThreadPool> MakeThreadPool(int threads) {
497 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