Re: Use semaphore for producer/consumer case...

From: Manfred Spraul (manfred@colorfullife.com)
Date: Fri Mar 23 2001 - 13:34:07 EST


> consumer()

> /* Let's wait for 10 items */
> atomic_set(&sem->count, -10);

That doesn't work, at least the i386 semaphore implementation doesn't
support semaphore counts < 0.

--
    Manfred

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 23 2001 - 21:00:21 EST