Date: Mon, 19 Apr 2004 07:20:01 -0700 (PDT) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thr.c Message-ID: <200404191420.i3JEK1ge028163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/04/19 07:20:01 PDT FreeBSD src repository Modified files: sys/kern kern_thr.c Log: If you're trying to find out if a thread is valid and in the same process as the current thread it makes absolutely no sense to lock the parent process through the pointer in said thread. Submitted by: pho (with minor correction) Pointy Hat To: mtm Revision Changes Path 1.19 +4 -4 src/sys/kern/kern_thr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404191420.i3JEK1ge028163>