[EMAIL PROTECTED] wrote: >> What's really wanted here, is a pthread_poll(), that takes an optional >> condition variable and mutex. Then it can wake up on the condition >> variable being signaled, and it can all be atomic via the mutex. >> > > And this is different than pthread_cond_wait? > > Casper >
Yes, because we add the IO events. I.e. IO events are not currently handled as selectable events in the threads framework. -- Garrett D'Amore, Principal Software Engineer Tadpole Computer / Computing Technologies Division, General Dynamics C4 Systems http://www.tadpolecomputer.com/ Phone: 951 325-2134 Fax: 951 325-2191 _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
