|
MutexCounter Class ReferenceThe Mutex Counter is a counter variable which can safely be incremented or decremented by multiple threads. Thread protected integer counter. More...
Inheritance diagram for MutexCounter:
Detailed DescriptionThe Mutex Counter is a counter variable which can safely be incremented or decremented by multiple threads. Thread protected integer counter.A Mutex is used to protect access to the counter variable (an integer). An initial value can be specified for the counter, and it can be manipulated with the ++ and -- operators.
Constructor & Destructor Documentation
Friends And Related Function Documentation
The documentation for this class was generated from the following file: Generated at Fri Mar 23 10:47:56 2001 for CommonC++ by 1.2.1 written by Dimitri van Heesch, © 1997-2000 |