Lines Matching refs:lock
59 # lock test2.db then try to attach it. This is no longer an error because
60 # db2 just RESERVES the database. It does not obtain a write-lock until
83 # lock test2.db and try to read from it. This should still work because
84 # the lock is only a RESERVED lock which does not prevent reading.
202 # The read lock held by db does not prevent db2 from reading test.db
210 # db is holding a read lock on test.db, so we should not be able
223 # a reserved lock to promote to exclusive. That will mess up our
265 # Ensure handle 'db' retains the lock on the main file after
266 # failing to obtain a write-lock on file2.
284 # Try to upgrade the handle 'db' lock.
294 # We cannot commit db2 while db is holding a read-lock