Searched refs:LOCK_EX (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-12-stable/crypto/openssh/
H A Dsshkey-xmss.c481 while (flock(lockfd, LOCK_EX|LOCK_NB) < 0) {
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1108 (LOCK_EX | LOCK_NB) : (LOCK_SH | LOCK_NB);
/freebsd-12-stable/tests/sys/kern/
H A Dptrace_test.c3406 (void)flock(fd, LOCK_EX);
3463 ATF_REQUIRE(flock(fd, LOCK_EX) == 0);
/freebsd-12-stable/contrib/sendmail/src/
H A Dmap.c2162 if (!lockfile(fd, buf, NULL, mode == O_RDONLY ? LOCK_SH : LOCK_EX))
2840 if (!lockfile(fd, buf, NULL, mode == O_RDONLY ? LOCK_SH : LOCK_EX))
H A Dconf.c3595 ** LOCK_EX -- exclusive lock.
3623 else if (bitset(LOCK_EX, type))
/freebsd-12-stable/sys/kern/
H A Dkern_descrip.c3098 if (uap->how & LOCK_EX)
/freebsd-12-stable/contrib/apr/
H A Dconfigure26544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LOCK_EX in sys/file.h" >&5
26545 $as_echo_n "checking for LOCK_EX in sys/file.h... " >&6; }
26554 #ifdef LOCK_EX
27031 for ac_spec in func:flock define:LOCK_EX; do
27220 for ac_spec in func:flock define:LOCK_EX; do
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c26687 int lrc = robust_flock(pFile->h, LOCK_EX | LOCK_NB);
26767 if (robust_flock(pFile->h, LOCK_EX | LOCK_NB)) {
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 993 milliseconds

123