Home
last modified time | relevance | path

Searched defs:checkLocked (Results 1 – 19 of 19) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/LockPool/
H A DPidLock.hs55 checkLocked file = P.getLockStatus P.lockPool file function
H A DPosix.hs61 checkLocked file = P.getLockStatus P.lockPool file function
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/LockPool/
H A DPosixOrPid.hs51 checkLocked f = Posix.checkLocked f `pidLockCheck` checkpid function
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/LockFile/
H A DPosix.hs87 checkLocked = maybe Nothing (Just . isJust) <$$> getLockStatus' function
H A DPidLock.hs285 checkLocked lockfile = conv <$> getLockStatus lockfile function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DProfileLock.java63 public void checkLocked() { in checkLocked() method in ProfileLock
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/iterators/
H A DIteratorChain.java202 private void checkLocked() { in checkLocked() method in IteratorChain
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/comparators/
H A DFixedOrderComparator.java146 protected void checkLocked() { in checkLocked() method in FixedOrderComparator
H A DComparatorChain.java243 private void checkLocked() { in checkLocked() method in ComparatorChain
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DLockDatabase.actor.cpp104 ACTOR static Future<Void> checkLocked( Database cx, LockDatabaseWorkload* self ) { in checkLocked() function
/dports/security/keybase/client-v5.7.1/go/kvstore/
H A Dcache.go49 func (k *KVRevisionCache) checkLocked(mctx libkb.MetaContext, entryID keybase1.KVEntryID, ciphertex… func
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.configadmin/
H A DctkConfigurationImpl.cpp160 void ctkConfigurationImpl::checkLocked() const in checkLocked() function in ctkConfigurationImpl
/dports/deskutils/gworkspace/gworkspace-0.9.4/FSNode/
H A DFSNBrowserCell.m617 {
H A DFSNIcon.m1110 {
H A DFSNListView.m2104 {
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/FSNode/
H A DFSNBrowserCell.m617 {
H A DFSNIcon.m1110 {
H A DFSNListView.m2104 {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/
H A DConfigurationImpl.java93 void checkLocked() { in checkLocked() method in ConfigurationImpl