MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLGetNumCPUs

Function CPLGetNumCPUs

port/cpl_multiproc.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470/************************************************************************/
471
472int CPLGetNumCPUs()
473{
474 return 1;
475}
476
477/************************************************************************/
478/* CPLGetThreadingModel() */

Callers 15

GetNextArrowArrayMethod · 0.85
GetNumCPUsMethod · 0.85
TESTFunction · 0.85
mainFunction · 0.85
TEST_FFunction · 0.85
InitializeMethod · 0.85
TranslateArrowMethod · 0.85
GDALGetNumThreadsFunction · 0.85
ComputeStatisticsMethod · 0.85
gdalalgorithm.cppFile · 0.85

Calls 1

CPLDebugFunction · 0.85

Tested by 2

TESTFunction · 0.68
TEST_FFunction · 0.68