Searched refs:l_type (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dlockf.c7 .l_type = F_WRLCK, .l_whence = SEEK_CUR, .l_len = size,
11 l.l_type = F_RDLCK;
14 if (l.l_type == F_UNLCK || l.l_pid == getpid())
19 l.l_type = F_UNLCK;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h22 short l_type; member in struct:flock

Completed in 79 milliseconds