libfoedus-core
FOEDUS Core Library
|
#include <atomic>
#include <thread>
#include "foedus/fixed_error_stack.hpp"
#include "foedus/initializable.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/cache/snapshot_file_set.hpp"
#include "foedus/log/thread_log_buffer.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/memory/page_resolver.hpp"
#include "foedus/proc/proc_id.hpp"
#include "foedus/soc/shared_mutex.hpp"
#include "foedus/soc/shared_polling.hpp"
#include "foedus/storage/fwd.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/fwd.hpp"
#include "foedus/thread/thread_id.hpp"
#include "foedus/thread/thread_ref.hpp"
#include "foedus/xct/fwd.hpp"
#include "foedus/xct/retrospective_lock_list.hpp"
#include "foedus/xct/xct.hpp"
#include "foedus/xct/xct_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::thread::ThreadControlBlock |
Shared data of ThreadPimpl. More... | |
class | foedus::thread::ThreadPimpl |
Pimpl object of Thread. More... | |
class | foedus::thread::ThreadPimplMcsAdaptor< RW_BLOCK > |
Implements McsAdaptorConcept over ThreadPimpl. More... | |
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. | |