Function gdal_sys::CPLVirtualMemUnDeclareThread[][src]

pub unsafe extern "C" fn CPLVirtualMemUnDeclareThread(ctxt: *mut CPLVirtualMem)

Declare that a thread will stop accessing a virtual memory mapping.

This function must be called by a thread that will no longer access the content of a virtual memory mapping, except if the virtual memory mapping has been created with bSingleThreadUsage = TRUE.

This function must be paired with CPLVirtualMemDeclareThread().

@param ctxt context returned by CPLVirtualMemNew().

@since GDAL 1.11