Date: Wed, 15 Aug 2001 23:31:32 -0700 (PDT) From: Jason Evans <jasone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_join.c Message-ID: <200108160631.f7G6VWF82071@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2001/08/15 23:31:32 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_join.c Log: Fix a bug in canceling joining threads. Do not detach canceled threads. Reported by: Arno Klaassen <arno@heho.snv.jussieu.fr> Collaboration with: deischen Revision Changes Path 1.60 +2 -1 src/lib/libc_r/uthread/pthread_private.h 1.9 +15 -3 src/lib/libc_r/uthread/uthread_cancel.c 1.19 +4 -1 src/lib/libc_r/uthread/uthread_join.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?200108160631.f7G6VWF82071>