Thinking about kqueue's and pthread_cond_wait

John Baldwin jhb at freebsd.org
Thu Feb 11 16:09:35 UTC 2010


On Thursday 11 February 2010 10:36:34 am Randall Stewart wrote:
> 
> On Feb 11, 2010, at 5:57 AM, John Baldwin wrote:
> 
> >>
> >
> > kqueue/kevent already support that via EVFILT_USER, and Apple's GCD  
> > depends on
> > this extensively.  However, my point from my earlier post still  
> > stands and I
> > think it is the right way to implement something like NT's
> > WaitForMultipleObjects().
> >
> > -- 
> > John Baldwin
> > _______________________________________________
> > freebsd-threads at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-threads
> > To unsubscribe, send any mail to "freebsd-threads-unsubscribe at freebsd.org 
> > "
> >
> 
> 
> John:
> 
> Is this being MFC'd to 8?
> 
> I have an 8.0 machine at work where I am doing a lot of this userland  
> stuff.. and the
> EVFILT_USER is not present but precisely what I need.

It is in stable/8 I thought, just not 8.0 release.

-- 
John Baldwin


More information about the freebsd-threads mailing list