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

Function CPLVirtualMemIsAccessThreadSafe

port/cpl_virtualmem.cpp:2227–2230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225/************************************************************************/
2226
2227int CPLVirtualMemIsAccessThreadSafe(CPLVirtualMem *ctxt)
2228{
2229 return !ctxt->bSingleThreadUsage;
2230}
2231
2232/************************************************************************/
2233/* CPLVirtualMemDerivedNew() */

Callers 1

test_two_pagesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_two_pagesFunction · 0.68