MutexCounter Class Reference

[APE Index] [APE Hierarchy] [Headers]


Thread protected integer counter. More...

#include <thread.h>

Inherits: Mutex

Public Members


Detailed Description

The Mutex Counter is a counter variable which can safely be incremented or decremented by multiple threads. 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.



  • Author: David Sugar <dyfet@ostel.com>
  • Documentation generated by dyfet@home.sys on Thu Dec 16 09:54:26 EST 1999
Kdoc