Home
last modified time | relevance | path

Searched refs:F_OFD_SETLKW (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-ofdlocks-compat.c64 int ret = fcntl (temp_fd, F_OFD_SETLKW, &lck64); in do_test()
Dtst-ofdlocks.c49 int ret = fcntl64 (temp_fd, F_OFD_SETLKW, &lck64); in do_test()
Dfcntl64.c48 if (cmd == F_SETLKW || cmd == F_SETLKW64 || cmd == F_OFD_SETLKW) in __libc_fcntl64()
Dfcntl.c47 case F_OFD_SETLKW: in __libc_fcntl()
/glibc-2.36/manual/examples/
Dofdlocks.c47 fcntl (fd, F_OFD_SETLKW, &lck); in thread_start()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h134 # define F_OFD_SETLKW 38 macro
/glibc-2.36/manual/
Dllio.texi3332 @item F_OFD_SETLKW
3347 @code{F_OFD_SETLKW}. This is a problem if the thread allocates some
4308 @code{F_OFD_SETLKW} command in this situation however.
4328 @code{F_OFD_SETLK} or @code{F_OFD_SETLKW} request after being used for an
4426 @deftypevr Macro int F_OFD_SETLKW
4483 @code{F_OFD_SETLKW} commands with their process-associated lock
/glibc-2.36/
DNEWS4771 F_OFD_GETLK, F_OFD_SETLK, and F_OFD_SETLKW. File description locks
/glibc-2.36/ChangeLog.old/
DChangeLog.1916526 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
DChangeLog.1847356 F_OFD_SETLK, and F_OFD_SETLKW.