C++
C#
VB
JScript
All

Classes


Copyright (C) 2005 IENT-RWTH Aachen
Class condition

Suspends execution and relinquishes the processors until some predicate on shared data is satisfied

Class condition_mutex

Gathers a spin_mutex and a condition together

Class mutex

Protects shared data structures from concurrent modifications

Class scoped_lock

Scoped lock

Class semaphore

Counter for resources shared between threads

Class spin_mutex

Mutex spinning in user space

Class thread

Concurrent execution

See Also

Multi-threading