Date: Thu, 17 Jul 2003 19:46:56 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_attr_init.c thr_kern.c thr_private.h Message-ID: <200307180246.h6I2kuNJ064009@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/07/17 19:46:56 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_attr_init.c thr_kern.c thr_private.h Log: Cleanup thread accounting. Don't reset a threads timeslice when it blocks; it only gets reset when it yields. Properly set a thread's default stack guardsize. Reviewed by: davidxu Revision Changes Path 1.9 +1 -0 src/lib/libpthread/thread/thr_attr_init.c 1.79 +21 -36 src/lib/libpthread/thread/thr_kern.c 1.93 +5 -2 src/lib/libpthread/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307180246.h6I2kuNJ064009>