pdp11v/usr/include/sys/lock.h

/* @(#)lock.h	1.1 */
/*
 * flags for locking procs and texts
 */
#define	UNLOCK	 0
#define	PROCLOCK 1
#define	TXTLOCK	 2
#define	DATLOCK	 4