Codebase list fis-gtm / HEAD sr_unix / lockdefs.h
HEAD

Tree @HEAD (Download .tar.gz)

lockdefs.h @HEADraw · history · blame

/****************************************************************
 *								*
 * Copyright (c) 2001-2018 Fidelity National Information	*
 * Services, Inc. and/or its subsidiaries. All rights reserved.	*
 *								*
 *	This source code contains the intellectual property	*
 *	of its copyright holder(s), and is made available	*
 *	under a license.  If you do not know the terms of	*
 *	the license, please stop and do not read further.	*
 *								*
 ****************************************************************/

#define MLK_LOGIN(x)
#define BLOCKING_PROC_DEAD(w,x,y,z) (!is_proc_alive((w)->blocked->owner, 0))
#define PENDING_PROC_DEAD(w,x,y,z) (!is_proc_alive((w)->process_id, 0))
#define PROC_DEAD(w,x,y,z) (!is_proc_alive((w)->owner, 0))