libfoedus-core
FOEDUS Core Library
|
#include "foedus/soc/shared_polling.hpp"
#include <algorithm>
#include <atomic>
#include <chrono>
#include <thread>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/assorted/atomic_fences.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). | |
Functions | |
void | foedus::soc::ugly_atomic_inc (uint64_t *address) |
uint64_t | foedus::soc::get_now_microsec () |