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: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_F
Function · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
Calls
1
Make
Function · 0.70
Tested by
no test coverage detected