Is there an uninterruptible replacement for the deprecated sleep_on_timeout?

From: Steven French
Date: Mon Jul 26 2004 - 16:05:03 EST


There is a note in include/linux/wait.h that the sleep_on* functions are racy and the wait* functions (listed earlier in the same file) should be used instead, but there only seems to be replacements for the interruptible versions of those sleep_on functions, is there a reason why there is not a "wait_event_timeout_uninterruptible" macro to replace sleep_on_timeout?
-
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/