Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/Search/Index/
H A DLockTest.php18 Lock::acquire('test_lock');
35 Lock::acquire('refcount');
36 Lock::acquire('refcount');
66 Lock::acquire('foreign');
79 Lock::acquire('stale');
89 Lock::acquire('all_a');
90 Lock::acquire('all_b');
91 Lock::acquire('all_a'); // refcount 2
106 Lock::acquire('ind_a');
107 Lock::acquire('ind_b');
/dokuwiki/inc/Search/Index/
H A DLock.php29 public static function acquire(string $name): void function in dokuwiki\\Search\\Index\\Lock
H A DAbstractIndex.php58 Lock::acquire($this->idx);
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php96 Lock::acquire($idx);
/dokuwiki/inc/Search/
H A DIndexer.php263 Lock::acquire('page');
H A Dconcept.txt199 The ''Lock'' class is a static registry with reference counting. ''Lock::acquire($name)'' creates a…
201 Collections call ''lock()'' to acquire locks for all their indexes at once, and ''unlock()'' to rel…
306 * ''IndexLockException'' - Failed to acquire or release a lock