libfoedus-core
FOEDUS Core Library
retrospective_lock_list.cpp File Reference
#include "foedus/xct/retrospective_lock_list.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <cstring>
#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.hpp"
#include "foedus/xct/xct_mcs_adapter_impl.hpp"
#include "foedus/xct/xct_mcs_impl.hpp"
Include dependency graph for retrospective_lock_list.cpp:

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

std::ostream & foedus::xct::operator<< (std::ostream &o, const LockEntry &v)
 Debugging. More...
 
std::ostream & foedus::xct::operator<< (std::ostream &o, const CurrentLockList &v)
 
std::ostream & foedus::xct::operator<< (std::ostream &o, const RetrospectiveLockList &v)
 
template<typename LOCK_LIST >
void foedus::xct::lock_assert_sorted (const LOCK_LIST &list)