Searched refs:F_ULOCK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dlockf.c58 case F_ULOCK:
H A Dutmpx.c298 if (lockf(fileno(fp), F_ULOCK, (off_t)0) == -1)
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dlockf.c83 return lockf( fd, F_ULOCK, 0 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dprintmsg.c90 lockf( fileno( fp ), F_ULOCK, 0 ); local
/netbsd-current/include/
H A Dunistd.h255 #define F_ULOCK 0 macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc144 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc139 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp139 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro

Completed in 165 milliseconds