libfoedus-core
FOEDUS Core Library
|
Go to the source code of this file.
Classes | |
class | foedus::soc::SharedPolling |
A polling-wait mechanism 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). | |
Variables | |
const uint64_t | foedus::soc::kDefaultPollingSpins = (1ULL << 10) |
Default value of polling_spins. More... | |
const uint64_t | foedus::soc::kDefaultPollingMaxIntervalUs = (1ULL << 15) |
Default value of max_interval_us. More... | |
const uint64_t | foedus::soc::kInitialPollingIntervalUs = (1ULL << 8) |
Initial value of sleep interval in us. More... | |