Lines Matching refs:sqlite3_unlock_notify
9135 ** sqlite3_unlock_notify() method with the blocked connection handle as
9141 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9143 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9145 ** from within the call to sqlite3_unlock_notify().)^
9153 ** blocked connection. If sqlite3_unlock_notify() is called when the
9155 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9165 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9196 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9197 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9212 ** always appropriate to call sqlite3_unlock_notify(). There is however,
9217 ** sqlite3_unlock_notify() results in the unlock-notify callback being
9227 SQLITE_API int sqlite3_unlock_notify(