MCPcopy 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
834int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); }
835
836Status SetCpuThreadPoolCapacity(int threads) {
837 return internal::GetCpuThreadPool()->SetCapacity(threads);

Callers 4

TESTFunction · 0.70
InitMethod · 0.50
CapacityMethod · 0.50
BuildBloomFilterFunction · 0.50

Calls 2

GetCpuThreadPoolFunction · 0.85
GetCapacityMethod · 0.45

Tested by 2

TESTFunction · 0.56
BuildBloomFilterFunction · 0.40