Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
Calls
1
Make
Function · 0.70
Tested by
no test coverage detected