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
struct
flock
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
flock {
short
l_type
;
short
l_whence
;
off_t
l_start
;
off_t
l_len
;
int
l_sysid
;
pid_t
l_pid
;
c_long
[
4
]
l_pad
;
}
Members
Variables
l_len
off_t
l_len
;
Undocumented in source.
l_pad
c_long
[
4
]
l_pad
;
Undocumented in source.
l_pid
pid_t
l_pid
;
Undocumented in source.
l_start
off_t
l_start
;
Undocumented in source.
l_sysid
int
l_sysid
;
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