cds
2.3.2
|
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... | |
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.