|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/xct/xct_id.hpp"#include <ostream>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/assorted/raw_atomics.hpp"#include "foedus/assorted/spin_until_impl.hpp"#include "foedus/memory/engine_memory.hpp"#include "foedus/memory/page_resolver.hpp"#include "foedus/storage/page.hpp"#include "foedus/thread/thread.hpp"#include "foedus/thread/thread_pimpl.hpp"#include "foedus/xct/xct_mcs_impl.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::xct | |
| Transaction Manager, which provides APIs to begin/commit/abort transactions. | |
Functions | |
| UniversalLockId | foedus::xct::to_universal_lock_id (const memory::GlobalVolatilePageResolver &resolver, uintptr_t lock_ptr) |
| Always use this method rather than doing the conversion yourself. More... | |
| RwLockableXctId * | foedus::xct::from_universal_lock_id (const memory::GlobalVolatilePageResolver &resolver, const UniversalLockId universal_lock_id) |
| Always use this method rather than doing the conversion yourself. More... | |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const McsWwLock &v) |
| Debug out operators. More... | |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const XctId &v) |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const LockableXctId &v) |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const McsRwLock &v) |
| std::ostream & | foedus::xct::operator<< (std::ostream &o, const RwLockableXctId &v) |