Date: Fri, 22 Jun 2001 17:47:06 -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_create.c uthread_detach.c uthread_exit.c uthread_init.c uthread_join.c uthread_resume_np.c uthread_sig.c uthread_suspend_np.c Message-ID: <200106230047.f5N0l6J92739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2001/06/22 17:47:06 PDT
Modified files: (Branch: RELENG_4)
lib/libc_r/uthread pthread_private.h uthread_cancel.c
uthread_create.c uthread_detach.c
uthread_exit.c uthread_init.c
uthread_join.c uthread_resume_np.c
uthread_sig.c uthread_suspend_np.c
Log:
MFC: Don't leak joined threads.
PR: 24345
Revision Changes Path
1.36.2.11 +17 -17 src/lib/libc_r/uthread/pthread_private.h
1.3.2.3 +4 -2 src/lib/libc_r/uthread/uthread_cancel.c
1.24.2.3 +3 -3 src/lib/libc_r/uthread/uthread_create.c
1.11.2.2 +10 -10 src/lib/libc_r/uthread/uthread_detach.c
1.16.2.2 +31 -22 src/lib/libc_r/uthread/uthread_exit.c
1.23.2.6 +3 -3 src/lib/libc_r/uthread/uthread_init.c
1.12.2.2 +34 -82 src/lib/libc_r/uthread/uthread_join.c
1.7.2.3 +5 -1 src/lib/libc_r/uthread/uthread_resume_np.c
1.25.2.7 +2 -10 src/lib/libc_r/uthread/uthread_sig.c
1.7.2.4 +7 -2 src/lib/libc_r/uthread/uthread_suspend_np.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?200106230047.f5N0l6J92739>
