Home
last modified time | relevance | path

Searched refs:F_RDLCK (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h126 #ifndef F_RDLCK
127 #define F_RDLCK 0 macro
/bionic/libc/bionic/
Dlockf.cpp60 fl.l_type = F_RDLCK; in lockf64()
/bionic/tests/headers/posix/
Dfcntl_h.c48 MACRO(F_RDLCK); in fcntl_h()