Lines Matching full:deadlock
2330 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
7315 ** backup is in progress might also also cause a mutex deadlock.
7393 ** crash or deadlock may be the result.
7395 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7416 ** <b>Deadlock Detection</b>
7421 ** application to deadlock. For example, if connection X is waiting for
7426 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7433 ** A's transaction is concluded. ^Indirect deadlock is also detected, so
11482 ** to avoid deadlock issues involving multiple sqlite3.mutex mutexes.
52884 /* To avoid deadlock, first release all locks with a larger
52963 ** to avoid the possibility of deadlock when two threads with
55938 ** returned when there is already a read-lock in order to avoid a deadlock.
62484 ** a malfunction or a deadlock.
131929 ** a deadlock.
131965 rc = SQLITE_LOCKED; /* Deadlock detected. */