Home
last modified time | relevance | path

Searched refs:F_TLOCK (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/gen/
H A Dlockf.c56 case F_TLOCK: in lockf()
/openbsd/include/
H A Dunistd.h49 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c6147 # ifndef F_TLOCK
6148 # define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
6181 i = lockf (fd, F_TLOCK, 0); in lockf_emulate_flock()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp145 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro