Classes
Copyright (C) 2005 IENT-RWTH Aachen
condition |
Suspends execution and relinquishes the processors until some predicate on shared data is satisfied |
condition_mutex |
Gathers a spin_mutex and a condition together |
mutex |
Protects shared data structures from concurrent modifications |
scoped_lock |
Scoped lock |
semaphore |
Counter for resources shared between threads |
spin_mutex |
Mutex spinning in user space |
thread |
Concurrent execution |
See Also

