Date: Sun, 28 Mar 2004 06:05:28 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_create.c thr_exit.c thr_gc.c thr_init.c thr_join.c thr_private.h Message-ID: <200403281405.i2SE5STq006532@repoman.freebsd.org>
index | next in thread | raw e-mail
mtm 2004/03/28 06:05:28 PST
FreeBSD src repository
Modified files:
lib/libthr/thread Makefile.inc thr_create.c thr_exit.c
thr_init.c thr_join.c thr_private.h
Removed files:
lib/libthr/thread thr_gc.c
Log:
Remove the garbage collector thread. All resources are freed
in-line. If the exiting thread cannot release a resource, then
the next thread to exit will release it.
Revision Changes Path
1.6 +0 -1 src/lib/libthr/thread/Makefile.inc
1.14 +0 -15 src/lib/libthr/thread/thr_create.c
1.12 +38 -10 src/lib/libthr/thread/thr_exit.c
1.9 +0 -203 src/lib/libthr/thread/thr_gc.c (dead)
1.13 +2 -4 src/lib/libthr/thread/thr_init.c
1.12 +3 -3 src/lib/libthr/thread/thr_join.c
1.34 +1 -8 src/lib/libthr/thread/thr_private.h
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403281405.i2SE5STq006532>
