Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dlockf.cpp44 fl.l_type = F_UNLCK; in lockf64()
62 if (fl.l_type == F_UNLCK || fl.l_pid == getpid()) return 0; in lockf64()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h156 #define F_UNLCK 2 macro