| 834 | int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); } |
| 835 | |
| 836 | Status SetCpuThreadPoolCapacity(int threads) { |
| 837 | return internal::GetCpuThreadPool()->SetCapacity(threads); |
| 838 | } |
| 839 | |
| 840 | } // namespace arrow |
nothing calls this directly
no test coverage detected