Date: Wed, 23 Apr 2003 14:46:51 -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/sys thr_error.csrc/lib/libpthread/thread thr_kern.c thr_private.h Message-ID: <200304232146.h3NLkpp0099864@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304232146.h3NLkpp0099864>