Searched defs:sqlite3_unlock_notify (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c13 ** This file contains the implementation of the sqlite3_unlock_notify()
28 ** sqlite3_unlock_notify()
148 int sqlite3_unlock_notify( function
H A Dsqlite3ext.h411 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.c7084 ** 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()
91408 #define sqlite3_unlock_notify macro
115638 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.c7084 ** 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()
91444 #define sqlite3_unlock_notify macro
115674 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6645 ** sqlite3_unlock_notify() method with the blocked connection handle as
6651 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6653 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6655 ** from within the call to sqlite3_unlock_notify().)^
6663 ** blocked connection. If sqlite3_unlock_notify() is called when the
6665 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6675 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6706 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6707 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6722 ** always appropriate to call sqlite3_unlock_notify()
87100 #define sqlite3_unlock_notify macro
110271 SQLITE_API int sqlite3_unlock_notify( function
[all...]

Completed in 479 milliseconds