Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
int CPLGetNumCPUs()
473
{
474
return 1;
475
}
476
477
/************************************************************************/
478
/* CPLGetThreadingModel() */
Callers
15
SetDeferredSpatialIndexCreation
Method · 0.85
GetNextArrowArray
Method · 0.85
GetNumCPUs
Method · 0.85
TEST
Function · 0.85
main
Function · 0.85
TEST_F
Function · 0.85
Initialize
Method · 0.85
TranslateArrow
Method · 0.85
GDALGetNumThreads
Function · 0.85
ComputeStatistics
Method · 0.85
ComputeInterBandCovarianceMatrixInternal
Function · 0.85
gdalalgorithm.cpp
File · 0.85
Calls
1
CPLDebug
Function · 0.85
Tested by
2
TEST
Function · 0.68
TEST_F
Function · 0.68