Date: Sun, 19 Aug 2001 13:05:42 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c Message-ID: <200108192005.f7JK5gd42402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2001/08/19 13:05:42 PDT Modified files: lib/libc_r/uthread uthread_cond.c Log: Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() that could cause deadlock after interruption due to a signal. Reviewed by: deischen Revision Changes Path 1.32 +53 -69 src/lib/libc_r/uthread/uthread_cond.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108192005.f7JK5gd42402>