The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LOCK_NB
core
sys
linux
sys
file
Don't block when locking. Can be OR'd into one of the above.
version(linux)
extern (
C
) nothrow @
nogc
enum
LOCK_NB
=
0x04
;
Meta
Source
See Source File
core
sys
linux
sys
file
functions
flock
manifest constants
LOCK_EX
LOCK_NB
LOCK_SH
LOCK_UN
Don't block when locking. Can be OR'd into one of the above.