This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Atomic operations on the ARM
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Richard dot Earnshaw at arm dot com
- Cc: rearnsha at arm dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 3 Oct 2002 11:20:01 -0500
- Subject: Re: Atomic operations on the ARM
- Organization: Red Hat / Chicago
- References: <200210031605.g93G5w720489@pc960.cambridge.arm.com>
> Oh, another question, why does the generic implementation not use a
> standard mutex from gthr.h?
these are supposed to be light-weight operations, seperate from the
threading code.