[EMAIL PROTECTED] wrote:
I notice the sys/atomic.h atomic_xxx interfaces are limited to things
that do read/modify/write (inc/dec/swap/etc). There is no atomic_set to
do a simple assignment.
My question is: what protocol is used to update a specific variable to
a specific
>I notice the sys/atomic.h atomic_xxx interfaces are limited to things
>that do read/modify/write (inc/dec/swap/etc). There is no atomic_set to
>do a simple assignment.
My question is: what protocol is used to update a specific variable to
a specific value WHILE AT THE SAME TIME another part c
I notice the sys/atomic.h atomic_xxx interfaces are limited to things
that do read/modify/write (inc/dec/swap/etc). There is no atomic_set to
do a simple assignment.
In a couple headers defining wrappers around the atomic_xxx interfaces,
some define an atomic_set that does a simple assignment,