Date: Thu, 6 Mar 2008 01:59:08 +0000 (UTC) From: David Xu <davidxu@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: <200803060159.m261x8md030769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2008-03-06 01:59:08 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_create.c
Log:
Restore code setting new thread's scheduler parameters, I was thinking
that there might be starvations, but because we have already locked the
thread, the cpuset settings will always be done before the new thread
does real-world work.
Revision Changes Path
1.40 +11 -15 src/lib/libthr/thread/thr_create.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803060159.m261x8md030769>
