Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 14:27:16 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        <freebsd-hackers@FreeBSD.ORG>
Subject:   Atomic bit operations
Message-ID:  <016801c08bbb$d29a32c0$1200a8c0@gsicomp.on.ca>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016801c08bbb$d29a32c0$1200a8c0>