libfoedus-core
FOEDUS Core Library
rendezvous_impl.hpp File Reference
#include <atomic>
#include <chrono>
#include "foedus/assert_nd.hpp"
#include "foedus/thread/condition_variable_impl.hpp"
Include dependency graph for rendezvous_impl.hpp:
This graph shows which files directly or indirectly include this file:

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.