Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetIOThreadPoolCapacity
Function
GetIOThreadPoolCapacity
cpp/src/arrow/io/interfaces.cc:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
int GetIOThreadPoolCapacity() { return internal::GetIOThreadPool()->GetCapacity(); }
63
64
Status SetIOThreadPoolCapacity(int threads) {
65
return internal::GetIOThreadPool()->SetCapacity(threads);
Callers
4
TEST
Function · 0.70
PoolResetGuard
Class · 0.50
Init
Method · 0.50
Capacity
Method · 0.50
Calls
2
GetIOThreadPool
Function · 0.85
GetCapacity
Method · 0.45
Tested by
1
TEST
Function · 0.56