From owner-cvs-all Sun Nov 15 01:58:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09838 for cvs-all-outgoing; Sun, 15 Nov 1998 01:58:24 -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 BAA09833; Sun, 15 Nov 1998 01:58:23 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA13295; Sun, 15 Nov 1998 01:58:27 -0800 (PST) Date: Sun, 15 Nov 1998 01:58:27 -0800 (PST) Message-Id: <199811150958.BAA13295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_mutex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/11/15 01:58:27 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_cond.c uthread_kern.c uthread_mutex.c Log: Close a window between unlocking a spinlock and changing the thread state. Revision Changes Path 1.15 +2 -0 src/lib/libc_r/uthread/pthread_private.h 1.12 +4 -10 src/lib/libc_r/uthread/uthread_cond.c 1.15 +17 -1 src/lib/libc_r/uthread/uthread_kern.c 1.11 +8 -10 src/lib/libc_r/uthread/uthread_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message