lsst.base gc57f72a14a+8827c0d83c
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... | |