Lines Matching refs:sqlite3_unlock_notify
9083 ** sqlite3_unlock_notify() method with the blocked connection handle as
9089 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9091 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9093 ** from within the call to sqlite3_unlock_notify().)^
9101 ** blocked connection. If sqlite3_unlock_notify() is called when the
9103 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9113 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9144 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9145 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9160 ** always appropriate to call sqlite3_unlock_notify(). There is however,
9165 ** sqlite3_unlock_notify() results in the unlock-notify callback being
9175 int sqlite3_unlock_notify(