Searched refs:F_OFD_SETLK (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/manual/examples/ |
D | ofdlocks.c | 56 fcntl (fd, F_OFD_SETLK, &lck); in thread_start()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl.c | 61 case F_OFD_SETLK: in __libc_fcntl()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 133 # define F_OFD_SETLK 37 macro
|
/glibc-2.36/manual/ |
D | llio.texi | 3328 @item F_OFD_SETLK 3333 Like @code{F_OFD_SETLK}, but block until lock is acquired. 4307 involved, the original lock may be modified by a @code{F_OFD_SETLK} or 4328 @code{F_OFD_SETLK} or @code{F_OFD_SETLKW} request after being used for an 4378 @deftypevr Macro int F_OFD_SETLK 4386 fcntl (@var{filedes}, F_OFD_SETLK, @var{lockp}) 4430 @code{F_OFD_SETLK} command, but causes the process to wait until the request 4434 for the @code{F_OFD_SETLK} command. 4437 @code{F_OFD_SETLK} command, but these additional @code{errno} error conditions 4482 If we, however, were to replace the @code{F_OFD_SETLK} and
|
/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.
|