dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
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.