* Ivan Voras <ivo...@freebsd.org> wrote:
> This is a good and useful addition! I think Windows has implemented a
> generalization of this (called "wait objects" or something like that),
> which effectively allows a select()- (or in this case kqueue())-like
> syscall to wait on both file descriptors and condvars (as well as
> probably other MS-style objects). It's useful for multiplexing events
> for dissimilar sources.

NtWaitForSingleObject(), NtWaitForMultipleObjects(), etc. :-)

-- 
 Ed Schouten <e...@80386.nl>
 WWW: http://80386.nl/

Attachment: pgptDg89wEz2X.pgp
Description: PGP signature

Reply via email to