Date: Tue, 7 Oct 2003 17:20:51 -0700 (PDT) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c thr_private.h Message-ID: <200310080020.h980KpB1098987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/10/07 17:20:51 PDT
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_kern.c thr_private.h
Log:
Complete cancellation support for M:N threads, check cancelling flag when
thread state is changed from RUNNING to WAIT state and do some cancellation
operations for every cancellable state.
Reviewed by: deischen
Revision Changes Path
1.100 +157 -70 src/lib/libpthread/thread/thr_kern.c
1.104 +1 -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?200310080020.h980KpB1098987>
