Re: Add wait_event_timeout()

From: William Lee Irwin III
Date: Sat Sep 25 2004 - 04:47:48 EST


On Sat, 25 Sep 2004 10:13:59 +0100, Russell King <rmk@xxxxxxxxxxxxxxxx> wrote:
>> There appears to be one case missing from the wait_event() family -
>> the uninterruptible timeout wait. The following patch adds this.

On Sat, Sep 25, 2004 at 10:42:15AM +0100, Jon Masters wrote:
> Any reason it's called wait_event_timeout then rather than
> wait_event_uninterruptible_timeout?

Anything interruptible is explicitly tagged as such; the "default",
sadly enough, is uninterruptible.


-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/