Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
DLock.php37 private string $lockName; variable in ComboStrap\\Lock
58 $this->lockName = $name;
60 $this->lockFile = $conf['lockdir'] . "/_{$this->lockName}.lock";
108 register_shutdown_function([Lock::class, 'shutdownHandling'], $this->lockName);