From owner-cvs-all Fri Nov 13 00:08:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06976 for cvs-all-outgoing; Fri, 13 Nov 1998 00:08:23 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06971; Fri, 13 Nov 1998 00:08:22 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24003; Fri, 13 Nov 1998 00:08:26 -0800 (PST) Date: Fri, 13 Nov 1998 00:08:26 -0800 (PST) Message-Id: <199811130808.AAA24003@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/11/13 00:08:25 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_cond.c Log: MFC: Don't call pthread_mutex_lock with _SPINLOCK held. Make pthread_cond_wait() more similar to pthread_cond_timedwait(). Revision Changes Path 1.3.2.6 +30 -21 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