Lines Matching full:deadlock
2423 ** handler could result in a deadlock, it will go ahead and return [SQLITE_BUSY]
7035 ** backup is in progress might also also cause a mutex deadlock.
7112 ** crash or deadlock may be the result.
7114 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7135 ** <b>Deadlock Detection</b>
7140 ** application to deadlock. For example, if connection X is waiting for
7145 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7152 ** A's transaction is concluded. ^Indirect deadlock is also detected, so
10125 ** to avoid deadlock issues involving multiple sqlite3.mutex mutexes.
49181 /* To avoid deadlock, first release all locks with a larger
49258 ** to avoid the possibility of deadlock when two threads with
51899 ** returned when there is already a read-lock in order to avoid a deadlock.
57786 ** a malfunction or a deadlock.
115629 ** a deadlock.
115665 rc = SQLITE_LOCKED; /* Deadlock detected. */