libfoedus-core
FOEDUS Core Library
|
Typedefs of ID types used in SOC package. More...
Typedefs of ID types used in SOC package.
Definition in file soc_id.hpp.
#include <stdint.h>
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). | |
Typedefs | |
typedef uint16_t | foedus::soc::SocId |
Represents an ID of an SOC, or NUMA node. More... | |
typedef uint64_t | foedus::soc::Upid |
Universal (or Unique) ID of a process. More... | |
Variables | |
const uint16_t | foedus::soc::kMaxSocs = 256U |
Maximum number of SOCs. More... | |