On Fri, Jul 05, 2002 at 02:25:45PM -0700, Brian Pane wrote: > This design would let us handle each atomic API function > independently of the rest: if a platform has native versions > of atomic_set and atomic_read, for example, we can use those > and fall back on the mutex-based C functions for all the other > operations in the atomic API.
that sounds perfect. it'll be a LOT easier to read/understand than the current code ;-) -garrett -- garrett rooney Remember, any design flaw you're [EMAIL PROTECTED] sufficiently snide about becomes http://electricjellyfish.net/ a feature. -- Dan Sugalski
