Date: Sat, 17 Nov 2001 06:28:40 -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: <200111171428.fAHESer07470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2001/11/17 06:28:40 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_join.c uthread_sig.c Log: Fix pthread_join so that it works if the target thread exits while the joining thread is in a signal handler. Reported by: Loren James Rittle <rittle@labs.mot.com> MFC after: 1 week Revision Changes Path 1.64 +11 -2 src/lib/libc_r/uthread/pthread_private.h 1.24 +4 -3 src/lib/libc_r/uthread/uthread_exit.c 1.20 +8 -6 src/lib/libc_r/uthread/uthread_join.c 1.39 +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?200111171428.fAHESer07470>