From owner-cvs-all Tue Dec 5 18: 1:59 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 18:01:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74EBA37B400; Tue, 5 Dec 2000 18:01:56 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB621uY15182; Tue, 5 Dec 2000 18:01:56 -0800 (PST) (envelope-from jhb) Message-Id: <200012060201.eB621uY15182@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 18:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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