On 4/23/07, Matthias Kaehlcke <matthias.kaehlcke@gmail.com> wrote:
Note that you're actually replacing a semaphore with a mutex here (and
not a mutex with a spinlock). I guess that should be fine and
desirable as long as the semaphore was indeed being used a mutex
(binary) in this code.
-