|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/thread/thread_pool_pimpl.hpp"#include <glog/logging.h>#include <ostream>#include "foedus/assert_nd.hpp"#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/error_stack_batch.hpp"#include "foedus/assorted/atomic_fences.hpp"#include "foedus/memory/engine_memory.hpp"#include "foedus/memory/memory_id.hpp"#include "foedus/thread/thread.hpp"#include "foedus/thread/thread_group.hpp"#include "foedus/thread/thread_id.hpp"#include "foedus/thread/thread_options.hpp"#include "foedus/thread/thread_pimpl.hpp"#include "foedus/thread/thread_pool.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::thread | |
| Thread and Thread-Group, which abstracts NUMA-core/node and provides API to attach/detach tasks to pooled threads. | |
Functions | |
| std::ostream & | foedus::thread::operator<< (std::ostream &o, const ThreadPoolPimpl &v) |