| /openbsd/src/gnu/llvm/lldb/source/Host/posix/ |
| D | LockFilePosix.cpp | 41 return fileLock(m_fd, F_SETLKW, F_WRLCK, start, len); in DoWriteLock() 49 return fileLock(m_fd, F_SETLKW, F_RDLCK, start, len); in DoReadLock()
|
| /openbsd/src/regress/sys/kern/flock/ |
| D | flock.c | 229 res = fcntl(fd, F_SETLKW, &fl); in test3() 363 if (fcntl(fd, F_SETLKW, &fl) < 0) in test5() 383 res = fcntl(fd, F_SETLKW, &fl); in test5() 466 if (fcntl(fd, F_SETLKW, &fl) < 0) in test6() 487 res = fcntl(fd, F_SETLKW, &fl); in test6() 939 res = fcntl(fd, F_SETLKW, &fl); in test12() 1027 res = fcntl(fd, F_SETLKW, &fl); in test13() 1115 if (fcntl(fd, F_SETLKW, &fl) < 0) { in test14() 1739 res = fcntl(slave, F_SETLKW, &fl); in test25() 1747 res = fcntl(slave, F_SETLKW, &fl); in test25() [all …]
|
| /openbsd/src/lib/libc/gen/ |
| D | lockf.c | 53 cmd = F_SETLKW; in lockf()
|
| /openbsd/src/lib/libc/sys/ |
| D | w_fcntl.c | 47 case F_SETLKW: in fcntl()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | InstrProfilingUtil.c | 146 while (fcntl(fd, F_SETLKW, &s_flock) == -1) { in lprofLockFd() 171 while (fcntl(fd, F_SETLKW, &s_flock) == -1) { in lprofUnlockFd()
|
| D | CMakeLists.txt | 35 fcntl(fd, F_SETLKW, &s_flock);
|
| /openbsd/src/sys/sys/ |
| D | fcntl.h | 154 #define F_SETLKW 9 /* F_SETLK; wait if blocked */ macro
|
| /openbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 20 F_SETFD F_SETFL F_SETLEASE F_SETLK F_SETLK64 F_SETLKW F_SETLKW64
|
| /openbsd/src/regress/lib/libpthread/dlopen/ |
| D | dlopen.c | 307 fcntl(fcntl_fd, F_SETLKW, &fcntl_fl); in fcntl_init() 322 retval[0] = fcntl(fcntl_fd, F_SETLKW, &fcntl_fl); in fcntl_run()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcov-io.c | 93 while (fcntl (fd, F_SETLKW, &s_flock) && errno == EINTR) in gcov_open()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 46 F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_WRLCK HUGE_VAL
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | libgcc2.c | 1370 while (fcntl (fileno (da_file), F_SETLKW, &s_flock) in __bb_exit_func() 1524 while (fcntl (fileno (da_file), F_SETLKW, &s_flock) in __bb_exit_func()
|
| D | ChangeLog.3 | 14612 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
|
| /openbsd/src/sys/kern/ |
| D | kern_descrip.c | 504 case F_SETLKW: in sys_fcntl()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Unix/ |
| D | Path.inc | 1239 if (::fcntl(FD, F_SETLKW, &Lock) != -1)
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 6116 res = fcntl(fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &flock); in fcntl_emulate_flock()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| D | POSIX.pod | 2711 C<F_SETLKW> C<F_UNLCK> C<F_WRLCK> C<O_ACCMODE> C<O_APPEND> C<O_CREAT> C<O_EXCL> C<O_NOCTTY> C<O_NON…
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | tm.texi | 9049 Define this macro if the target supports file locking with fcntl / F_SETLKW@.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tm.texi | 9624 functions, access, mkdir and file locking with fcntl / F_SETLKW@.
|
| D | gccint.info | 27791 functions, access, mkdir and file locking with fcntl / F_SETLKW.
|