From owner-cvs-all Tue Sep 29 23:22:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01860 for cvs-all-outgoing; Tue, 29 Sep 1998 23:22:20 -0700 (PDT) (envelope-from owner-cvs-all) 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 XAA01840; Tue, 29 Sep 1998 23:22:13 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10979; Tue, 29 Sep 1998 23:22:08 -0700 (PDT) Date: Tue, 29 Sep 1998 23:22:08 -0700 (PDT) Message-Id: <199809300622.XAA10979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/29 23:22:08 PDT Modified files: lib/libc_r/uthread pthread_private.h Log: - Fix the debug macros. - Add support of a thread being listed in the dead thread list as well as the thread list. - Add a new thread state to make sigwait work properly. (Submitted by Daniel M. Eischen ) - Add global variable for the garbage collector mutex and condition variable. - Delete a couple of prototypes that are no longer required. - Add a prototype for the garbage collector thread. Revision Changes Path 1.14 +21 -4 src/lib/libc_r/uthread/pthread_private.h