Hi all,

I've taken a look around for an implementation of atomic bit operations in
FreeBSD (similar to Linux' asm/bitopt.h, which include clear_bit() and
test_and_set_bit()) but haven't found any.  The only thing I've found are
the atomic clear/set/add/sub routines in machine/atomic.h.

Do we have an implementation of atomic bit operations, and if we don't,
would we like some?

--
Matt Emmerton



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to