Date: Tue, 29 Sep 1998 23:22:08 -0700 (PDT) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h Message-ID: <199809300622.XAA10979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <eischen@vigrid.com>) - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809300622.XAA10979>