Date: Sun, 27 Jun 2004 09:53:06 +0000 (UTC) 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 thr_init.c Message-ID: <200406270953.i5R9r6uh097607@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004-06-27 09:53:06 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c Log: In the case that the global thread list is being re-initialized after a fork, make sure that the current thread isn't detached and freed. As a consequence the thread should be inserted into the head of the active list only once (in the beginning). Revision Changes Path 1.16 +4 -4 src/lib/libthr/thread/thr_init.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406270953.i5R9r6uh097607>