Lines Matching defs:sqlite3_unlock_notify
9444 ** sqlite3_unlock_notify() method with the blocked connection handle as
9450 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9452 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9454 ** from within the call to sqlite3_unlock_notify().)^
9462 ** blocked connection. If sqlite3_unlock_notify() is called when the
9464 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9474 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9505 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9506 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9521 ** always appropriate to call sqlite3_unlock_notify(). There is however,
9526 ** sqlite3_unlock_notify() results in the unlock-notify callback being
9536 SQLITE_API int sqlite3_unlock_notify(
132498 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
132991 sqlite3_unlock_notify,
178380 ** This file contains the implementation of the sqlite3_unlock_notify()
178395 ** sqlite3_unlock_notify()
178515 SQLITE_API int sqlite3_unlock_notify(