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

Function SetCpuThreadPoolCapacity

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

Source from the content-addressed store, hash-verified

834int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); }
835
836Status SetCpuThreadPoolCapacity(int threads) {
837 return internal::GetCpuThreadPool()->SetCapacity(threads);
838}
839
840} // namespace arrow

Callers

nothing calls this directly

Calls 2

GetCpuThreadPoolFunction · 0.85
SetCapacityMethod · 0.80

Tested by

no test coverage detected