Date: Tue, 18 Sep 2001 16:27:06 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c Message-ID: <200109182327.f8INR6J09665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/09/18 16:27:06 PDT Modified files: sys/kern kern_condvar.c Log: Use a 'p' variable instead of repetitively indirecting td->td_proc for signal things that are still per-process and won't be per-thread. Revision Changes Path 1.14 +21 -18 src/sys/kern/kern_condvar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109182327.f8INR6J09665>