Date: Tue, 2 Sep 2003 18:26:36 -0700 (PDT) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c Message-ID: <200309030126.h831QaB2031098@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/09/02 18:26:36 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: This is a force commit for revision 1.90 to explain further: Removes a surplus kse_wakeup_multi call when there is no thread can run. Also reduce time window that an IDLE kse wakes and sleeps again because it can not get scheduler lock after wakeup, the change is small and not perfect, futher refining it is possible but may not worth to do, it is unknown whether we can gain performance benifit by refining it. Prodded by: scottl Revision Changes Path 1.91 +0 -0 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309030126.h831QaB2031098>