Searched refs:F_OFD_SETLKW (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-ofdlocks-compat.c | 64 int ret = fcntl (temp_fd, F_OFD_SETLKW, &lck64); in do_test()
|
D | tst-ofdlocks.c | 49 int ret = fcntl64 (temp_fd, F_OFD_SETLKW, &lck64); in do_test()
|
D | fcntl64.c | 48 if (cmd == F_SETLKW || cmd == F_SETLKW64 || cmd == F_OFD_SETLKW) in __libc_fcntl64()
|
D | fcntl.c | 47 case F_OFD_SETLKW: in __libc_fcntl()
|
/glibc-2.36/manual/examples/ |
D | ofdlocks.c | 47 fcntl (fd, F_OFD_SETLKW, &lck); in thread_start()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 134 # define F_OFD_SETLKW 38 macro
|
/glibc-2.36/manual/ |
D | llio.texi | 3332 @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/ |
D | NEWS | 4771 F_OFD_GETLK, F_OFD_SETLK, and F_OFD_SETLKW. File description locks
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 16526 F_OFD_GETLK, F_SETLK64, F_SETLKW64, F_OFD_SETLK, and F_OFD_SETLKW for
|
D | ChangeLog.18 | 47356 F_OFD_SETLK, and F_OFD_SETLKW.
|