cds  2.3.2
cds::algo::flat_combining::wait_strategy Namespace Reference

Wait strategies for flat_combining technique. More...

Data Structures

struct  backoff
 Back-off wait strategy. More...
 
struct  empty
 Empty wait strategy. More...
 
class  multi_mutex_multi_condvar
 Wait strategy where each thread has a mutex and a condition variable. More...
 
class  single_mutex_multi_condvar
 Wait strategy based on the single mutex and thread-local condition variables. More...
 
class  single_mutex_single_condvar
 Wait strategy based on the single mutex and the condition variable. More...
 

Detailed Description

Wait strategies for flat_combining technique.

Wait strategy specifies how a thread waits until its request is performed by the combiner. See wait_strategy::empty wait strategy to explain the interface.


cds 2.3.2 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Dec 31 2017 12:10:14 by Doxygen 1.8.13