Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_unlock_notify

6523 ** sqlite3_unlock_notify() method with the blocked connection handle as 
6529 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6531 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6533 ** from within the call to sqlite3_unlock_notify().)^
6541 ** blocked connection. If sqlite3_unlock_notify() is called when the
6543 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6553 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6584 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6585 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6600 ** always appropriate to call sqlite3_unlock_notify(). There is however,
6605 ** sqlite3_unlock_notify() results in the unlock-notify callback being
6615 SQLITE_API int sqlite3_unlock_notify(
84838 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
85186 sqlite3_unlock_notify,
107444 ** This file contains the implementation of the sqlite3_unlock_notify()
107457 ** sqlite3_unlock_notify()
107577 SQLITE_API int sqlite3_unlock_notify(