tldm-universe/Ardent/UV/gcidir/include/rlocked.h
2024-09-09 17:51:08 -04:00

30 lines
1.0 KiB
C
Executable File

/******************************************************************************
*
* Declarations for basic recordlocked function.
*
* Module %M% Version %I% Date %H%
*
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
* This is unpublished proprietary source code of Ardent Software Inc.
* The copyright notice above does not evidence any actual or intented
* publication of such source code.
*
*******************************************************************************
*
* Maintenence log - insert most recent change descriptions at top
*
* Date.... GTAR# WHO Description.........................................
* 10/14/98 23801 SAP Change copyrights.
* 05/25/94 13836 PVW Correct LOCK_OTHERFILELOCK
* 05/13/94 13942 JSW Initial implementation
*****************************************************************************/
#define LOCK_MYFILELOCK 3
#define LOCK_MYREADULOCK 2
#define LOCK_MYREADLLOCK 1
#define LOCK_NOLOCK 0
#define LOCK_OTHERREADLLOCK -1
#define LOCK_OTHERREADULOCK -2
#define LOCK_OTHERFILELOCK -3