thread_specific.h File Reference
#include <mpqc/mpqc_config.h>
#include <map>
#include <memory>
#include <mutex>
#include <thread>
#include <cerrno>
#include <pthread.h>
#include <mpqc/util/core/exception.h>
Include dependency graph for thread_specific.h:
This graph shows which files directly or indirectly include this file:

Classes

class  mpqc::utility::thread_specific< Item >
 Implements a highly-limited subset of tbb:enumerable_thread_specific using boost::thread_specific_ptr. More...
 

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::utility