libfoedus-core
FOEDUS Core Library
|
#include "foedus/thread/thread_pimpl.hpp"
#include <pthread.h>
#include <sched.h>
#include <glog/logging.h>
#include <atomic>
#include <future>
#include <mutex>
#include <thread>
#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/cache/cache_hashtable.hpp"
#include "foedus/log/thread_log_buffer.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/numa_node_memory.hpp"
#include "foedus/proc/proc_id.hpp"
#include "foedus/proc/proc_manager.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
#include "foedus/soc/soc_manager.hpp"
#include "foedus/thread/numa_thread_scope.hpp"
#include "foedus/thread/thread.hpp"
#include "foedus/thread/thread_pool.hpp"
#include "foedus/thread/thread_pool_pimpl.hpp"
#include "foedus/xct/sysxct_functor.hpp"
#include "foedus/xct/sysxct_impl.hpp"
#include "foedus/xct/xct_id.hpp"
#include "foedus/xct/xct_manager.hpp"
#include "foedus/xct/xct_mcs_impl.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::thread::ThreadPimplCllReleaseAllFunctor |
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 | |
void | foedus::thread::assert_mcs_aligned (const void *address) |
ThreadPimpl MCS implementations. More... | |
template<typename RW_BLOCK > | |
xct::McsImpl< ThreadPimplMcsAdaptor< RW_BLOCK >, RW_BLOCK > | foedus::thread::get_mcs_impl (ThreadPimpl *pimpl) |