Date: Thu, 29 May 2003 13:40:51 -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/lib/libthr/thread thr_create.c Message-ID: <200305292040.h4TKepR7060298@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/05/29 13:40:51 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_create.c Log: It's unnecessary to lock the thread during creation. Simply extend the scope of the active thread list lock. Approved by: re/jhb Revision Changes Path 1.10 +2 -5 src/lib/libthr/thread/thr_create.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305292040.h4TKepR7060298>