All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: qemu-devel@nongnu.org, Paul Brook <paul@codesourcery.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>
Subject: Re: [Qemu-devel] [patch 1/2] qemu: sem/thread helpers
Date: Wed, 18 Mar 2009 15:47:19 -0300	[thread overview]
Message-ID: <20090318184719.GA20319@amt.cnet> (raw)
In-Reply-To: <200903111648.02530.paul@codesourcery.com>

On Wed, Mar 11, 2009 at 04:48:01PM +0000, Paul Brook wrote:
> > +int qemu_sem_init(QemuSem *sem);
> > +int qemu_sem_lock(QemuSem *sem);
> 
> Please don't introduce yet annother set of locking routines.

I don't see any mutexes around? Or do you mean the wrappers around
pthread mutexes/threads are bad? I assume it might be useful for the
Windows port.

  parent reply	other threads:[~2009-03-18 18:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-11 16:16 [Qemu-devel] [patch 0/2] RFC: separate thread for IO Marcelo Tosatti
2009-03-11 16:16 ` [Qemu-devel] [patch 1/2] qemu: sem/thread helpers Marcelo Tosatti
2009-03-11 16:33   ` [Qemu-devel] " Anthony Liguori
2009-03-11 16:48   ` [Qemu-devel] " Paul Brook
2009-03-11 16:56     ` Anthony Liguori
2009-03-11 16:58     ` Marcelo Tosatti
2009-03-18 18:47     ` Marcelo Tosatti [this message]
2009-03-15 14:15   ` Avi Kivity
2009-03-17 17:42     ` Marcelo Tosatti
2009-03-17 23:07       ` Paul Brook
2009-03-17 23:43         ` Marcelo Tosatti
2009-03-11 16:16 ` [Qemu-devel] [patch 2/2] qemu: separate thread for io Marcelo Tosatti

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=20090318184719.GA20319@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.