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

Function CPLSetTLS

port/cpl_multiproc.cpp:2299–2303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2297/************************************************************************/
2298
2299void CPLSetTLS(int nIndex, void *pData, int bFreeOnExit)
2300
2301{
2302 CPLSetTLSWithFreeFunc(nIndex, pData, (bFreeOnExit) ? CPLFree : nullptr);
2303}
2304
2305/************************************************************************/
2306/* CPLSetTLSWithFreeFunc() */

Callers 12

CPLGetErrorContextFunction · 0.85
CPLErrorVFunction · 0.85
SplitFilenameMethod · 0.85
CPLGetStaticResultFunction · 0.85
CPLSPrintfFunction · 0.85
VSIGetErrorContextFunction · 0.85
VSIErrorVFunction · 0.85
CPLReadLineBufferFunction · 0.85
GDALDefaultCSVFilenameFunction · 0.85

Calls 1

CPLSetTLSWithFreeFuncFunction · 0.85

Tested by

no test coverage detected