|
libfoedus-core
FOEDUS Core Library
|
#include <iosfwd>#include "foedus/fwd.hpp"#include "foedus/initializable.hpp"#include "foedus/assorted/uniform_random.hpp"#include "foedus/log/fwd.hpp"#include "foedus/memory/fwd.hpp"#include "foedus/memory/page_resolver.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/xct/fwd.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::thread::Thread |
| Represents one thread running on one NUMA core. More... | |
| class | foedus::thread::GrabFreeVolatilePagesScope |
| Obtains multiple free volatile pages at once and releases them automatically when this object gets out of scope. 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. | |