Messages in this thread |  | | Subject | Re: waiting on a condition | From | Alan Cox <> | Date | Fri, 15 Oct 2004 14:13:51 +0100 |
| |
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.
- 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/
|  |