Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dlockf.h34 #define F_ULOCK 0 macro
/bionic/libc/bionic/
Dlockf.cpp43 if (cmd == F_ULOCK) { in lockf64()
/bionic/tests/
Dunistd_test.cpp888 ASSERT_EQ(0, lockf64(tf.fd, F_ULOCK, file_size)); in TEST()