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

Function GetIOThreadPool

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

Source from the content-addressed store, hash-verified

443} // namespace
444
445ThreadPool* GetIOThreadPool() {
446 static std::shared_ptr<ThreadPool> pool = MakeIOThreadPool();
447 return pool.get();
448}
449
450// -----------------------------------------------------------------------
451// 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