libfoedus-core
FOEDUS Core Library
|
#include <iosfwd>
#include <vector>
#include "foedus/cxx11.hpp"
#include "foedus/epoch.hpp"
#include "foedus/fwd.hpp"
#include "foedus/proc/proc_id.hpp"
#include "foedus/thread/fwd.hpp"
#include "foedus/thread/thread_id.hpp"
#include "foedus/xct/fwd.hpp"
#include "foedus/xct/xct_id.hpp"
Go to the source code of this file.
Classes | |
class | foedus::thread::ThreadRef |
A view of Thread object for other SOCs and master engine. More... | |
class | foedus::thread::ThreadGroupRef |
A view of Thread group object for other SOCs and master engine. 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. | |