Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_unlock_notify

7084 ** sqlite3_unlock_notify() method with the blocked connection handle as 
7090 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7092 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7094 ** from within the call to sqlite3_unlock_notify().)^
7102 ** blocked connection. If sqlite3_unlock_notify() is called when the
7104 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7114 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7145 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7146 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7161 ** always appropriate to call sqlite3_unlock_notify(). There is however,
7166 ** sqlite3_unlock_notify() results in the unlock-notify callback being
7176 SQLITE_API int sqlite3_unlock_notify(
91408 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
91768 sqlite3_unlock_notify,
115505 ** This file contains the implementation of the sqlite3_unlock_notify()
115518 ** sqlite3_unlock_notify()
115638 SQLITE_API int sqlite3_unlock_notify(