Home
last modified time | relevance | path

Searched refs:F_SETLKW (Results 1 – 11 of 11) sorted by relevance

/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h48 #define F_SETLKW 9 /* Set record locking info (blocking). */ macro
51 #define F_SETLKW64 F_SETLKW /* Set record locking info (blocking). */
/sysdeps/pthread/
A Dtst-flock2.c43 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in tf()
116 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test()
147 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test()
248 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test()
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h47 # define F_SETLKW 7 /* Set record locking info (blocking). */ macro
51 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ macro
/sysdeps/mach/hurd/bits/
A Dfcntl.h169 # define F_SETLKW F_SETLKW64 macro
173 # define F_SETLKW 9 /* Set record locking info (blocking). */ macro
/sysdeps/posix/
A Dflock.c53 return __fcntl (fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lbuf); in __flock()
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h47 #define F_SETLKW 7 /* Set record locking info (blocking). */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h59 # define F_SETLKW 9 /* Set record locking info (blocking). */ macro
/sysdeps/unix/sysv/linux/
A Dfcntl64.c48 if (cmd == F_SETLKW || cmd == F_SETLKW64 || cmd == F_OFD_SETLKW) in __libc_fcntl64()
A Dfcntl.c44 case F_SETLKW: in __libc_fcntl()
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h107 # define F_SETLKW 7 /* Set record locking info (blocking). */ macro
111 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ macro
/sysdeps/mach/hurd/
A Dfcntl.c135 case F_SETLKW: in __libc_fcntl()
147 case F_SETLKW: in __libc_fcntl()

Completed in 12 milliseconds