bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MutexCounter


From: David Sugar
Subject: Re: MutexCounter
Date: Fri, 11 Jan 2002 12:47:46 -0500 (EST)

At one time the MutexCounter was meant to simply reliably throw itself
when it hit zero.  This is the strange origin of it.  What you are
probably thinking of as a MutexCounter is what the AtomicCounter actually
does, which is reliable increment/decrement over a volatile counter
object.

The mailing list is open and should be possible to join thru
address@hidden

On 11 Jan 2002, Christoph Schlenker wrote:

> Hi all,
>
> we're using V1.9.3 and we have no clue how to use the MutexCounter.
>
> Is there a great thread design pattern hidden behind a counter that
> cannot return its value (beside calling ++--) or has just someone
> forgotten to include the operator=?
>
> Thanks,
>
> Christoph
>
> PS: Is there a way to become member of this bug-commoncpp-list?
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]