Date: Thu, 11 Feb 2010 11:08:31 -0500 From: John Baldwin <jhb@freebsd.org> To: Randall Stewart <rrs@lakerest.net> Cc: Daniel Eischen <deischen@freebsd.org>, "threads@freebsd.org" <threads@freebsd.org>, freebsd-threads@freebsd.org Subject: Re: Thinking about kqueue's and pthread_cond_wait Message-ID: <201002111108.31938.jhb@freebsd.org> In-Reply-To: <3071EDFE-A83D-47E7-B1CA-110EDB7F7BF6@lakerest.net> References: <3581A86D-9C9C-4E08-9AD3-CD550B180CED@lakerest.net> <201002110857.12206.jhb@freebsd.org> <3071EDFE-A83D-47E7-B1CA-110EDB7F7BF6@lakerest.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > > To unsubscribe, send any mail to "freebsd-threads-unsubscribe@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002111108.31938.jhb>