Searched refs:acquire (Results 1 – 6 of 6) sorted by relevance
18 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 2106 Lock::acquire('ind_a');107 Lock::acquire('ind_b');
29 public static function acquire(string $name): void function in dokuwiki\\Search\\Index\\Lock
58 Lock::acquire($this->idx);
96 Lock::acquire($idx);
263 Lock::acquire('page');
199 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