Roland McGrath <[EMAIL PROTECTED]> writes:

> > We need pthread implementations (as GNU extensions) for them.
> 
> I am not convinced we really need it.  The caller can just signal several
> conditions.  If this were used in more than two places, it could be done
> with a wrapper around lists of conds.  But it's not, so the code could as
> easily be changed to signal all relevant conds directly.

We still need a way to keep track of what they are, and the existing
mechanism is basically the only way.  We can either implement it with
a wrapper around pthread conditions, or exted pthread conditions.  The
latter seems better.



_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to