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

Function GetCpuThreadPoolCapacity

cpp/src/arrow/util/thread_pool.cc:892–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890} // namespace internal
891
892int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); }
893
894Status SetCpuThreadPoolCapacity(int threads) {
895 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