Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dlockf.c56 case F_TLOCK: in lockf()
/openbsd/src/include/
Dunistd.h49 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
/openbsd/src/gnu/usr.bin/perl/
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/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp145 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro