From: pbonzini@redhat.com (Paolo Bonzini)
Subject: [ltt-dev] [PATCH 0/2] Add uatomic_and and uatomic_or to uatomic library
Date: Fri, 12 Nov 2010 09:57:25 +0100 [thread overview]
Message-ID: <1289552247-18130-1-git-send-email-pbonzini@redhat.com> (raw)
This short patch series provides atomic AND and OR operations that
return the previous value of the variable. Can this go in even if
there are no users currently, to improve completeness of the
userspace atomic ops library?
Thanks,
Paolo
Paolo Bonzini (2):
use generic-size operations for common implementation of atomic ops
introduce uatomic_and and uatomic_or
tests/test_uatomic.c | 6 +
urcu/uatomic_generic.h | 244 ++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 242 insertions(+), 8 deletions(-)
--
1.7.3.2
next reply other threads:[~2010-11-12 8:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-12 8:57 Paolo Bonzini [this message]
2010-11-12 8:57 ` [ltt-dev] [PATCH 1/2] use generic-size operations for common implementation of atomic ops Paolo Bonzini
2010-11-12 12:04 ` Mathieu Desnoyers
2010-11-12 8:57 ` [ltt-dev] [PATCH 2/2] introduce uatomic_and and uatomic_or Paolo Bonzini
2010-11-12 12:08 ` Mathieu Desnoyers
2010-11-12 12:13 ` Paolo Bonzini
2010-11-12 12:19 ` Mathieu Desnoyers
2010-11-12 12:24 ` Paolo Bonzini
2010-11-12 12:27 ` Paolo Bonzini
2010-11-12 12:30 ` Mathieu Desnoyers
2010-11-12 12:38 ` Mathieu Desnoyers
2010-11-12 14:39 ` Paolo Bonzini
2010-11-12 12:29 ` Mathieu Desnoyers
2010-11-12 14:39 ` Paolo Bonzini
2010-11-12 12:15 ` Mathieu Desnoyers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289552247-18130-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox