Home
last modified time | relevance | path

Searched refs:sqlite3_unlock_notify (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h575 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h9135 ** sqlite3_unlock_notify() method with the blocked connection handle as
9141 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9143 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9145 ** from within the call to sqlite3_unlock_notify().)^
9153 ** blocked connection. If sqlite3_unlock_notify() is called when the
9155 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9165 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9196 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9197 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9212 ** always appropriate to call sqlite3_unlock_notify()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c9444 ** 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()
132498 #define sqlite3_unlock_notify global() macro
178515 SQLITE_API int sqlite3_unlock_notify( global() function
[all...]

Completed in 136 milliseconds