libfoedus-core
FOEDUS Core Library
|
#include "foedus/soc/soc_manager_pimpl.hpp"
#include <spawn.h>
#include <stdlib.h>
#include <unistd.h>
#include <glog/logging.h>
#include <sys/prctl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <string>
#include <thread>
#include <vector>
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/engine_type.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack_batch.hpp"
#include "foedus/proc/proc_manager.hpp"
#include "foedus/soc/soc_manager.hpp"
#include "foedus/thread/numa_thread_scope.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::soc | |
System On Chip (SOC) and interprocess communication (IPC). | |