|
libfoedus-core
FOEDUS Core Library
|
#include <atomic>#include <chrono>#include "foedus/assert_nd.hpp"#include "foedus/thread/condition_variable_impl.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::thread::Rendezvous |
| The frequently appearing triplet of condition_varible, "signal" flag for spurious wakeup, and mutex for a one-time single-producer multiple-consumer event synchronization. More... | |
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::thread | |
| Thread and Thread-Group, which abstracts NUMA-core/node and provides API to attach/detach tasks to pooled threads. | |