Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HDlockf.c60 case F_TLOCK: in lockf()
/NextBSD/usr.sbin/cron/lib/
HDcompat.c197 i = lockf (fd, F_TLOCK, 0);
/NextBSD/include/
HDunistd.h84 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc114 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */ macro