From owner-cvs-all Sun Aug 19 13: 5:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A87D137B406; Sun, 19 Aug 2001 13:05:42 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JK5gd42402; Sun, 19 Aug 2001 13:05:42 -0700 (PDT) (envelope-from jasone) Message-Id: <200108192005.f7JK5gd42402@freefall.freebsd.org> From: Jason Evans Date: Sun, 19 Aug 2001 13:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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