LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cstddef>
#include <cstdlib>
#include <iostream>
#include "lsst/base/library.h"
#include "lsst/base/threads.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::base | |
Functions | |
void | lsst::base::setNumThreads (unsigned int numThreads) |
Set number of threads to use. More... | |
unsigned int | lsst::base::getNumThreads () |
Get maximum number of threads we might use. More... | |
bool | lsst::base::disableImplicitThreading () |
Disable threading that has not been set explicitly. More... | |