Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_unlock_notify

5976 ** sqlite3_unlock_notify() method with the blocked connection handle as 
5982 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
5984 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
5986 ** from within the call to sqlite3_unlock_notify().)^
5994 ** blocked connection. If sqlite3_unlock_notify() is called when the
5996 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6006 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6037 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6038 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6053 ** always appropriate to call sqlite3_unlock_notify(). There is however,
6058 ** sqlite3_unlock_notify() results in the unlock-notify callback being
6068 SQLITE_API int sqlite3_unlock_notify(