On 29/05/07, Garrett D'Amore <[EMAIL PROTECTED]> wrote:
No, and I mis-stated the above restriction. The restriction should apply to mutexes held _across_ cv_wait. The mutex passed as an argument to cv_wait is dropped by cv_wait, and not held during the sleep call, so it can be acquired to do cv_signal.
Ok. That makes perfect sense :-) Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
