Date: Sun, 16 Dec 2001 05:26:45 -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 uthread_cancel.c Message-ID: <200112161326.fBGDQjO81747@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2001/12/16 05:26:45 PST Modified files: lib/libc_r/uthread uthread_cancel.c Log: When cancelling a thread while in a join operation, do not detach the target thread of the join operation. This allows the cancelled thread to detach the target thread in its cancellation handler. This bug was found by Butenhof's cancel_subcontract test. Reviewed by: jasone Revision Changes Path 1.11 +1 -4 src/lib/libc_r/uthread/uthread_cancel.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?200112161326.fBGDQjO81747>