Messages in this thread |  | | | Date | Sat, 25 Sep 2004 02:44:45 -0700 | | From | William Lee Irwin III <> | | Subject | Re: Add wait_event_timeout() |
On Sat, 25 Sep 2004 10:13:59 +0100, Russell King <rmk@arm.linux.org.uk> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |