ReactOS 0.4.16-dev-937-g7afcd2a
locking.h File Reference
#include <corecrt.h>
Include dependency graph for locking.h:

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 17 of file locking.h.

◆ _LK_NBLCK

#define _LK_NBLCK   2

Definition at line 18 of file locking.h.

◆ _LK_NBRLCK

#define _LK_NBRLCK   4

Definition at line 20 of file locking.h.

◆ _LK_RLCK

#define _LK_RLCK   3

Definition at line 19 of file locking.h.

◆ _LK_UNLCK

#define _LK_UNLCK   0

Definition at line 16 of file locking.h.

◆ LK_LOCK

#define LK_LOCK   _LK_LOCK

Definition at line 24 of file locking.h.

◆ LK_NBLCK

#define LK_NBLCK   _LK_NBLCK

Definition at line 25 of file locking.h.

◆ LK_NBRLCK

#define LK_NBRLCK   _LK_NBRLCK

Definition at line 27 of file locking.h.

◆ LK_RLCK

#define LK_RLCK   _LK_RLCK

Definition at line 26 of file locking.h.

◆ LK_UNLCK

#define LK_UNLCK   _LK_UNLCK

Definition at line 23 of file locking.h.