Date: Sat, 27 Mar 2004 06:39:21 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_cond.c thr_kern.c thr_mutex.c thr_private.h thr_resume_np.c Message-ID: <200403271439.i2REdLnm057218@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/03/27 06:39:21 PST FreeBSD src repository Modified files: lib/libthr/thread thr_cond.c thr_kern.c thr_mutex.c thr_private.h thr_resume_np.c Log: Stop using signals for synchronizing threads. The performance penalty was too much. Revision Changes Path 1.11 +1 -1 src/lib/libthr/thread/thr_cond.c 1.18 +4 -16 src/lib/libthr/thread/thr_kern.c 1.24 +1 -1 src/lib/libthr/thread/thr_mutex.c 1.33 +2 -4 src/lib/libthr/thread/thr_private.h 1.6 +1 -2 src/lib/libthr/thread/thr_resume_np.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403271439.i2REdLnm057218>