Searched refs:locking (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10/cups-408/cups/cups/
H A Dfile-private.h41 # include <sys/locking.h>
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Dvc-dav.el64 ;; The only thing we can support with webdav is 'locking
65 'locking)
89 locking is used for URL, a lock should also be set.
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available.
116 #error No file locking mechanism is available.
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm30 # ABSTRACT: Subclass of Log::Dispatch::File to facilitate locking
38 Log::Dispatch::File::Locked - Subclass of Log::Dispatch::File to facilitate locking
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DSubIndex.java47 private boolean locking; field in class:SubIndex
67 locking =
129 CursorConfig cursorConfig = locking ?
171 locking ? LockMode.RMW : null);
H A DBasicIndex.java43 boolean locking; field in class:BasicIndex
60 locking =
102 CursorConfig cursorConfig = locking ?
H A DPrimaryIndex.java352 LockMode lockMode = locking ? LockMode.RMW : null;
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmprivate.c257 int _vmlock(Vmalloc_t* vm, int locking) argument
259 if(!vm) /* some sort of global locking */
260 { if(!locking) /* turn off lock */
265 { if(!locking) /* turning off the lock */
270 { if(!locking)
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXchmod.c80 int rwxMask, ugoMask, setUID, sticky, locking;
127 setUID = sticky = locking = FALSE;
150 locking = TRUE;
178 if ((setUID || locking) && group)
79 int rwxMask, ugoMask, setUID, sticky, locking; local
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dntlib.h103 #define locking _locking macro
H A Dmovemail.c2 locking file foo the way /bin/mail respects.
96 though the locking call succeeds (and indeed blocks local access from
98 client or something other than Samba, the locking call might work
102 since it was based on a misunderstanding of how locking calls are
117 #include <sys/locking.h>
299 /* Note: this locking mechanism is *required* by the mailer
302 On systems that use a lock file, extracting the mail without locking
314 If your system uses the `flock' system call for mail locking,
402 /* This label exists so we can retry locking
426 status = locking (indes
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-rcs.el128 (if (eq (vc-checkout-model file) 'locking)
141 ;; permissions can tell us whether locking is used for
153 (vc-file-setprop file 'vc-checkout-model 'locking))))
160 (vc-file-setprop file 'vc-checkout-model 'locking)
163 (if (eq (vc-checkout-model file) 'locking)
290 (vc-rcs-set-non-strict-locking file))
394 ;; If locking is not strict, force to overwrite
805 ;; Check strict locking
809 'locking 'implicit))
812 (let ((locking
[all...]
H A Dvc-sccs.el108 (locking-user (cdr (assoc workfile-version locks))))
109 (if (not locking-user)
113 (if (string= locking-user (vc-user-login-name file))
115 locking-user)))
153 'locking)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_locking.py2 Test locking objects and interaction with @synchronized() statements
5 locking doesn't actually lock. It should be possible to find a faster mechanism for this.
13 from PyObjCTest.locking import OC_LockTest
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_locking.py2 Test locking objects and interaction with @synchronized() statements
5 locking doesn't actually lock. It should be possible to find a faster mechanism for this.
13 from PyObjCTest.locking import OC_LockTest
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_locking.py2 Test locking objects and interaction with @synchronized() statements
5 locking doesn't actually lock. It should be possible to find a faster mechanism for this.
13 from PyObjCTest.locking import OC_LockTest
/macosx-10.10/network_cmds-457/route.tproj/
H A Droute.c117 int locking, lockrest, debugonly; variable
571 if (lockrest || locking)
573 if (locking)
574 locking = 0;
626 locking = 1;
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1899 Until version 1.72 of this module, the recommended technique for locking
1905 The locking technique went like this.
1948 using the locking steps outlined above. Assume process "A" has already
1976 Starting with version 2.x, Berkeley DB has internal support for locking.
1978 to this locking functionality. If you are serious about locking
1982 available on CPAN that can be used to implement locking. Each one
1983 implements locking differently and has different goals in mind. It is
1985 one for your application. Here are the three locking wrappers:
2012 quick and simple flock locking semantic
[all...]
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm3 # File::NFSLock - bdpO - NFS compatible (safe) locking utility
231 ### Just kick out successfully without really locking.
325 || die "I need ability to chmod files to adequatetly perform locking";
346 || die "I need ability to chmod files to adequatetly perform locking";
348 ### lock the locking process
392 ### lock the locking process
491 File::NFSLock - perl module to do NFS (or not) locking
541 mechanism, shared locking) and some coding was even incorrect (wrong
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Daclocal.m4124 [ --disable-libtool-lock avoid locking (might break parallel builds)])
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dlibtool.m486 [ --disable-libtool-lock avoid locking (might break parallel builds)])
/macosx-10.10/vim-55/runtime/syntax/
H A Dsamba.vim49 syn keyword sambaKeyword contained locking locks log logon logons logs lppause
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.cpp1973 void DOMWindow::setLocation(const String& urlString, DOMWindow& activeWindow, DOMWindow& firstWindow, SetLocationLocking locking) argument
1997 LockHistory lockHistory = (locking != LockHistoryBasedOnGestureState || !ScriptController::processingUserGesture()) ? LockHistory::Yes : LockHistory::No;
1998 LockBackForwardList lockBackForwardList = (locking != LockHistoryBasedOnGestureState) ? LockBackForwardList::Yes : LockBackForwardList::No;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSynchronized.pm4 # Special appender employing a locking strategy to synchronize
168 internally to perform locking with semaphores provided by the
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dalock.c45 #include <sys/locking.h>

Completed in 152 milliseconds

123