ORIGINAL
|
Condition variable implementation for thread synchronization. More...
Go to the source code of this file.
Classes | |
class | original::conditionBase |
Abstract base class for condition variable implementations. More... | |
class | original::pCondition |
POSIX condition variable implementation. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Condition variable implementation for thread synchronization.
Provides condition variable functionality for coordinating between threads, including:
Key features: