ReactOS 0.4.15-dev-7942-gd23573b
locking.h File Reference
#include <crtdefs.h>
Include dependency graph for locking.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _LK_UNLCK   0
 
#define _LK_LOCK   1
 
#define _LK_NBLCK   2
 
#define _LK_RLCK   3
 
#define _LK_NBRLCK   4
 
#define LK_UNLCK   _LK_UNLCK
 
#define LK_LOCK   _LK_LOCK
 
#define LK_NBLCK   _LK_NBLCK
 
#define LK_RLCK   _LK_RLCK
 
#define LK_NBRLCK   _LK_NBRLCK
 

Macro Definition Documentation

◆ _LK_LOCK

#define _LK_LOCK   1

Definition at line 16 of file locking.h.

◆ _LK_NBLCK

#define _LK_NBLCK   2

Definition at line 17 of file locking.h.

◆ _LK_NBRLCK

#define _LK_NBRLCK   4

Definition at line 19 of file locking.h.

◆ _LK_RLCK

#define _LK_RLCK   3

Definition at line 18 of file locking.h.

◆ _LK_UNLCK

#define _LK_UNLCK   0

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 15 of file locking.h.

◆ LK_LOCK

#define LK_LOCK   _LK_LOCK

Definition at line 23 of file locking.h.

◆ LK_NBLCK

#define LK_NBLCK   _LK_NBLCK

Definition at line 24 of file locking.h.

◆ LK_NBRLCK

#define LK_NBRLCK   _LK_NBRLCK

Definition at line 26 of file locking.h.

◆ LK_RLCK

#define LK_RLCK   _LK_RLCK

Definition at line 25 of file locking.h.

◆ LK_UNLCK

#define LK_UNLCK   _LK_UNLCK

Definition at line 22 of file locking.h.