Date: Tue, 5 Dec 2000 18:01:56 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h Message-ID: <200012060201.eB621uY15182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/12/05 18:01:56 PST
Modified files:
sys/sys proc.h
Log:
- Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simple
mutex operations. In the future they may call functions that verify
correct locking order between processes in the INVARIANTS case.
- Lock the process in PHOLD() and PREL().
Revision Changes Path
1.132 +15 -3 src/sys/sys/proc.h
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?200012060201.eB621uY15182>
