]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simple
authorjhb <jhb@FreeBSD.org>
Wed, 6 Dec 2000 02:01:56 +0000 (02:01 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 6 Dec 2000 02:01:56 +0000 (02:01 +0000)
commitd096b69c0b828162b68f5ebbced4d746b203b684
treed4f6b357e248b356a66f242fd571ce660ff7a478
parentf3679089a1182e143ad49a89eb78513e51ec6cf6
- 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().
sys/sys/proc.h