|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include <atomic>#include <chrono>#include <condition_variable>#include <mutex>#include "foedus/assert_nd.hpp"#include "foedus/assorted/assorted_func.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::thread::ConditionVariable |
| An analogue of pthread's condition variable and std::condition_variable to avoid glibc's bug in pthread_cond_broadcast/signal (thus in notify_all/one in turn). 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. | |