libfoedus-core
FOEDUS Core Library
|
#include <pthread.h>
#include <stdint.h>
#include "foedus/cxx11.hpp"
#include "foedus/soc/shared_mutex.hpp"
#include "foedus/soc/shared_polling.hpp"
Go to the source code of this file.
Classes | |
class | foedus::soc::SharedCond |
A conditional variable that can be placed in shared memory and used from multiple processes. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::soc | |
System On Chip (SOC) and interprocess communication (IPC). | |