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.h449 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.c7059 ** sqlite3_unlock_notify() method with the blocked connection handle as
7065 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7067 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7069 ** from within the call to sqlite3_unlock_notify().)^
7077 ** blocked connection. If sqlite3_unlock_notify() is called when the
7079 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7089 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7120 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7121 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7136 ** always appropriate to call sqlite3_unlock_notify()
97420 #define sqlite3_unlock_notify macro
125771 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h449 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.c7059 ** sqlite3_unlock_notify() method with the blocked connection handle as
7065 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7067 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7069 ** from within the call to sqlite3_unlock_notify().)^
7077 ** blocked connection. If sqlite3_unlock_notify() is called when the
7079 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7089 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7120 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7121 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7136 ** always appropriate to call sqlite3_unlock_notify()
97440 #define sqlite3_unlock_notify macro
125791 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6630 ** sqlite3_unlock_notify() method with the blocked connection handle as
6636 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6638 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6640 ** from within the call to sqlite3_unlock_notify().)^
6648 ** blocked connection. If sqlite3_unlock_notify() is called when the
6650 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6660 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6691 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6692 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6707 ** always appropriate to call sqlite3_unlock_notify()
86893 #define sqlite3_unlock_notify macro
110064 SQLITE_API int sqlite3_unlock_notify( function
[all...]

Completed in 922 milliseconds