Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetCpuThreadPoolCapacity
Function
GetCpuThreadPoolCapacity
cpp/src/arrow/util/thread_pool.cc:834–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
832
} // namespace internal
833
834
int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); }
835
836
Status SetCpuThreadPoolCapacity(int threads) {
837
return internal::GetCpuThreadPool()->SetCapacity(threads);
Callers
4
TEST
Function · 0.70
Init
Method · 0.50
Capacity
Method · 0.50
BuildBloomFilter
Function · 0.50
Calls
2
GetCpuThreadPool
Function · 0.85
GetCapacity
Method · 0.45
Tested by
2
TEST
Function · 0.56
BuildBloomFilter
Function · 0.40