cvs commit: src/lib/libpthread/sys
thr_error.csrc/lib/libpthread/thread thr_kern.c thr_private.h
Daniel Eischen
deischen at FreeBSD.org
Wed Apr 23 14:46:52 PDT 2003
deischen 2003/04/23 14:46:51 PDT
FreeBSD src repository
Modified files:
lib/libpthread/sys thr_error.c
lib/libpthread/thread thr_kern.c thr_private.h
Log:
Protect thread errno from being changed while operating
on behalf of the KSE.
Add a kse_reinit function to reinitialize a reused KSE.
Submitted by: davidxu
Revision Changes Path
1.7 +5 -1 src/lib/libpthread/sys/thr_error.c
1.58 +31 -0 src/lib/libpthread/thread/thr_kern.c
1.83 +2 -0 src/lib/libpthread/thread/thr_private.h
More information about the cvs-src
mailing list