cvs commit: src/lib/libpthread/thread thr_attr_init.c thr_kern.c
thr_private.h
Daniel Eischen
deischen at FreeBSD.org
Thu Jul 17 19:46:57 PDT 2003
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
More information about the cvs-src
mailing list