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

Function SetCpuThreadPoolCapacity

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

Source from the content-addressed store, hash-verified

892int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); }
893
894Status SetCpuThreadPoolCapacity(int threads) {
895 return internal::GetCpuThreadPool()->SetCapacity(threads);
896}
897
898} // namespace arrow

Callers

nothing calls this directly

Calls 2

GetCpuThreadPoolFunction · 0.85
SetCapacityMethod · 0.80

Tested by

no test coverage detected