Re: wait_event() :(

From: M.Gopi Krishna (mgopi@csa.iisc.ernet.in)
Date: Wed Oct 03 2001 - 04:09:09 EST


On Wed, 3 Oct 2001, Jan Hudec wrote:

> > I have a doubt regarding wait_event.
> > In the macro __wait_event, the calling process changes its state to
> > TASK_UNINTERRUPTIBLE and calls schedule.
> > And does this in infinite loop.
> > After the loop, it itself changes its state to TASK_RUNNING.
> >
> > Once it calls schedule(), the scheduler will remove it from task list as
> > it is in uninterruptible mode.
> > Then when does it come again into running state to check the condition.
> >
> > kindly cc the reply to me as i'm not subscribed to the list
> > thanks
>
> It inserts itself in a wait queue. The schedule returns when wakeup is called
> on the wait queue.
>
> --------------------------------------------------------------------------------
> - Jan Hudec `Bulb' <bulb@ucw.cz>
>

Then why does it have a for(;;) around it when anyway someone is going to
wake it up after the condition is true.
Or is that it may be woken up even when the condition is not true.

-- 
gopi.

- 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/



This archive was generated by hypermail 2b29 : Sun Oct 07 2001 - 21:00:26 EST