Date: Tue, 7 Oct 2003 17:17:13 -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_cancel.c Message-ID: <200310080017.h980HDhr098803@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/10/07 17:17:13 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_cancel.c Log: Use thread lock instead of scheduler lock to eliminate lock contention for all wrapped syscalls under SMP. Reviewed by: deischen Revision Changes Path 1.29 +21 -18 src/lib/libpthread/thread/thr_cancel.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310080017.h980HDhr098803>