MCPcopy Create free account
hub / github.com/apache/arrow / SetIOThreadPoolCapacity

Function SetIOThreadPoolCapacity

cpp/src/arrow/io/interfaces.cc:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62int GetIOThreadPoolCapacity() { return internal::GetIOThreadPool()->GetCapacity(); }
63
64Status SetIOThreadPoolCapacity(int threads) {
65 return internal::GetIOThreadPool()->SetCapacity(threads);
66}
67
68FileInterface::~FileInterface() = default;
69

Callers 3

TESTFunction · 0.70
~PoolResetGuardMethod · 0.50
TEST_FFunction · 0.50

Calls 2

GetIOThreadPoolFunction · 0.85
SetCapacityMethod · 0.80

Tested by 3

TESTFunction · 0.56
~PoolResetGuardMethod · 0.40
TEST_FFunction · 0.40