tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
flock
tango
stdc
posix
fcntl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
flock
struct
flock
struct
flock
version(!linux && !darwin && FreeBSD)
extern (
C
)
struct
flock {
off_t
l_start
;
off_t
l_len
;
pid_t
l_pid
;
short
l_type
;
short
l_whence
;
}
struct
flock
Members
Variables
l_len
off_t
l_len
;
Undocumented in source.
l_pid
pid_t
l_pid
;
Undocumented in source.
l_start
off_t
l_start
;
Undocumented in source.
l_type
short
l_type
;
Undocumented in source.
l_whence
short
l_whence
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
fcntl
aliases
creat
open
functions
creat64
fcntl
open64
structs
flock