From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-09-15 09:42:52


Roland Schwarz wrote:

>atomic_increment(nWaitersBlocked);
>sem_Wait (semBlockLock);
>sem_Wait (semBlockLock);
>
>
>
Ouch, too fast. Obviously won't help since it interferes with the rest
of the code,
which uses it too...

Roland