Date: Thu, 26 Feb 2004 11:30:23 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c Message-ID: <200402261930.i1QJUNI2072712@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/02/26 11:30:23 PST FreeBSD src repository Modified files: sys/kern kern_ktrace.c Log: Replace the ktrace queue's semaphore with a condition variable instead as it is slightly more efficient since we already have a mutex to protect the queue. Ktrace originally used a semaphore more as a proof of concept. Revision Changes Path 1.93 +5 -5 src/sys/kern/kern_ktrace.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402261930.i1QJUNI2072712>