Home
last modified time | relevance | path

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

/external/libchrome/base/
Dos_compat_android.h23 #define F_ULOCK LOCK_UN macro
/external/minijail/linux-x86/
Dlibconstants.gen.c638 #ifdef F_ULOCK
639 { "F_ULOCK", (unsigned long) F_ULOCK },
/external/ltp/testcases/kernel/ipc/ipc_stress/
Dshmem_test_02.c269 if (lockf(fd, F_ULOCK, 0) < 0) in unlock_file()
/external/libcups/cups/
Dfile.c2014 return (lockf(fp->fd, F_ULOCK, 0)); in cupsFileUnlock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc139 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro