|
lsst.base gf9f5ea5b4d+ac198e9f13
LSST Data Management Base Package
|
#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 | |
| namespace | lsst |
| namespace | 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... | |