Atlas Runtime
|
#include <cassert>
#include <atomic>
#include <vector>
#include <stdint.h>
#include <pthread.h>
#include "atlas_api.h"
#include "pregion_configs.hpp"
#include "pregion_mgr.hpp"
#include "log_configs.hpp"
#include "log_structure.hpp"
#include "happens_before.hpp"
#include "cache_flush_configs.hpp"
#include "circular_buffer.hpp"
#include "log_elision.hpp"
#include "stats.hpp"
#include "util.hpp"
Go to the source code of this file.
Classes | |
class | Atlas::LogMgr |
Namespaces | |
Atlas | |
Typedefs | |
typedef std::vector< LogEntry * > | Atlas::LogEntryVec |
Functions | |
void * | Atlas::helper (void *arg_lsp) |