From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Martijn Sipkema <martijn@entmoot.nl>
Cc: "Peter W. Morreale" <morreale@radiantdata.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: waiting on a condition
Date: Fri, 15 Oct 2004 14:13:51 +0100 [thread overview]
Message-ID: <1097846028.9855.15.camel@localhost.localdomain> (raw)
In-Reply-To: <1097701123.4648.13.camel@localhost.localdomain>
On Mer, 2004-10-13 at 21:58, Martijn Sipkema wrote:
> wait_event() seems to be what I was looking for; I don't really like the
> condition being an argument.
If you look at how it unwraps it is quite hard to do any other way.
You can always pass myfunction() as the condition which is what I do
in for example the new tty code.
next prev parent reply other threads:[~2004-10-15 14:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-13 15:23 waiting on a condition Martijn Sipkema
2004-10-13 14:55 ` Neil Horman
2004-10-13 15:05 ` Duncan Sands
2004-10-13 15:30 ` Peter W. Morreale
2004-10-13 20:58 ` Martijn Sipkema
2004-10-13 20:58 ` Martijn Sipkema
2004-10-14 15:37 ` Davide Rossetti
2004-10-14 15:49 ` Richard B. Johnson
2004-10-15 13:13 ` Alan Cox [this message]
2004-10-13 15:34 ` Christophe Saout
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=1097846028.9855.15.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=martijn@entmoot.nl \
--cc=morreale@radiantdata.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 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.