Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DLockFilePosix.cpp41 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/
Dflock.c229 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/
Dlockf.c53 cmd = F_SETLKW; in lockf()
/openbsd/src/lib/libc/sys/
Dw_fcntl.c47 case F_SETLKW: in fcntl()
/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingUtil.c146 while (fcntl(fd, F_SETLKW, &s_flock) == -1) { in lprofLockFd()
171 while (fcntl(fd, F_SETLKW, &s_flock) == -1) { in lprofUnlockFd()
DCMakeLists.txt35 fcntl(fd, F_SETLKW, &s_flock);
/openbsd/src/sys/sys/
Dfcntl.h154 #define F_SETLKW 9 /* F_SETLK; wait if blocked */ macro
/openbsd/src/gnu/usr.bin/perl/ext/Fcntl/
DMakefile.PL20 F_SETFD F_SETFL F_SETLEASE F_SETLK F_SETLK64 F_SETLKW F_SETLKW64
/openbsd/src/regress/lib/libpthread/dlopen/
Ddlopen.c307 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/
Dgcov-io.c93 while (fcntl (fd, F_SETLKW, &s_flock) && errno == EINTR) in gcov_open()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t46 F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_WRLCK HUGE_VAL
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlibgcc2.c1370 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()
DChangeLog.314612 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
/openbsd/src/sys/kern/
Dkern_descrip.c504 case F_SETLKW: in sys_fcntl()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc1239 if (::fcntl(FD, F_SETLKW, &Lock) != -1)
/openbsd/src/gnu/usr.bin/perl/
Dpp_sys.c6116 res = fcntl(fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &flock); in fcntl_emulate_flock()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pod2711 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/
Dtm.texi9049 Define this macro if the target supports file locking with fcntl / F_SETLKW@.
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi9624 functions, access, mkdir and file locking with fcntl / F_SETLKW@.
Dgccint.info27791 functions, access, mkdir and file locking with fcntl / F_SETLKW.