Date: Sat, 15 Dec 2001 07:55:31 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c Message-ID: <200112151555.fBFFtVt93479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2001/12/15 07:55:31 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c Log: MFC: Fix pthread_join so that it works if the target thread exits while the joining thread is in a signal handler. Revision Changes Path 1.36.2.16 +11 -2 src/lib/libc_r/uthread/pthread_private.h 1.16.2.4 +4 -3 src/lib/libc_r/uthread/uthread_exit.c 1.12.2.5 +8 -6 src/lib/libc_r/uthread/uthread_join.c 1.25.2.9 +12 -2 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112151555.fBFFtVt93479>