This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] atomic.h fixes + testcase, misc fixes


I've put in these changes and your later patch.  I made some more tweaks,
though things are still all consistent.  I am not really sure what the best
semantics for all the macros with boolean results are.  It depends on the
usage and the cheapness on processors where it makes a difference.  So far
only atomic_decrement_and_test is actually in use in libc, and for that the
i486 definition's semantics make sense.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]