cvs commit: src/lib/libpthread/thread thr_kern.c
David Xu
davidxu at FreeBSD.org
Tue Sep 2 18:26:37 PDT 2003
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
More information about the cvs-src
mailing list