cvs commit: src/lib/libpthread/thread thr_kern.c
David Xu
davidxu at FreeBSD.org
Fri Aug 8 15:21:01 PDT 2003
davidxu 2003/08/08 15:21:00 PDT
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_kern.c
Log:
o Add code to GC freed KSEs and KSE groups
o Fix a bug in kse_free_unlocked(), kcb_dtor shouldn't be called because
the KSE is cached and will be resued in _kse_alloc().
Reviewed by: deischen
Revision Changes Path
1.83 +116 -25 src/lib/libpthread/thread/thr_kern.c
More information about the cvs-src
mailing list