Lines Matching full:lock
18 /** @var int Lock timeout in seconds */
21 /** @var int Maximum retry attempts for acquiring lock */
24 /** @var int Microseconds to wait between lock attempts */
44 // Acquire shared lock for reading
56 self::logError("Failed to acquire read lock: $filepath");
117 // Acquire exclusive lock on temp file
121 self::logError("Failed to lock temp file: $tempFile");
136 // Now we need to lock the target file during rename
137 // If target exists, lock it first
141 // Try to get exclusive lock
154 self::logError("Failed to lock target file: $filepath");
158 // Atomic rename while holding lock
206 // Get exclusive lock before deleting