MCPcopy 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
62int GetIOThreadPoolCapacity() { return internal::GetIOThreadPool()->GetCapacity(); }
63
64Status SetIOThreadPoolCapacity(int threads) {
65 return internal::GetIOThreadPool()->SetCapacity(threads);

Callers 4

TESTFunction · 0.70
PoolResetGuardClass · 0.50
InitMethod · 0.50
CapacityMethod · 0.50

Calls 2

GetIOThreadPoolFunction · 0.85
GetCapacityMethod · 0.45

Tested by 1

TESTFunction · 0.56