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

Function GetIOThreadPool

cpp/src/arrow/io/interfaces.cc:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408} // namespace
409
410ThreadPool* GetIOThreadPool() {
411 static std::shared_ptr<ThreadPool> pool = MakeIOThreadPool();
412 return pool.get();
413}
414
415// -----------------------------------------------------------------------
416// CoalesceReadRanges

Callers 6

TESTFunction · 0.85
IOContextMethod · 0.85
GetIOThreadPoolCapacityFunction · 0.85
SetIOThreadPoolCapacityFunction · 0.85
MakeMethod · 0.85
MakeMethod · 0.85

Calls 2

MakeIOThreadPoolFunction · 0.85
getMethod · 0.45

Tested by 1

TESTFunction · 0.68