Home
last modified time | relevance | path

Searched refs:sqlite3_unlock_notify (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dnotify.c148 int sqlite3_unlock_notify( in sqlite3_unlock_notify() function
Dloadext.c362 sqlite3_unlock_notify,
Dtest_thread.c450 rc = sqlite3_unlock_notify(db, unlock_notify_cb, (void *)&un); in wait_for_unlock_notify()
Dsqlite3ext.h411 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
Dsqlite.h.in6097 ** sqlite3_unlock_notify() method with the blocked connection handle as
6103 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6105 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6107 ** from within the call to sqlite3_unlock_notify().)^
6115 ** blocked connection. If sqlite3_unlock_notify() is called when the
6117 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6127 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6158 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6159 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6174 ** always appropriate to call sqlite3_unlock_notify(). There is however,
[all …]
Dtclsqlite.c2757 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()
Dtest1.c5192 rc = sqlite3_unlock_notify(db, test_unlock_notify_cb, (void *)interp); in test_unlock_notify()
/external/chromium_org/third_party/sqlite/src/test/
Dnotify1.test12 # focus of this file is testing the sqlite3_unlock_notify() API.
60 # (which is the equivalent of invoking sqlite3_unlock_notify() with
400 sqlite3_unlock_notify db3
Dnotify2.test21 # it is just a demonstration of how the sqlite3_unlock_notify() function
233 puts "The following test seeks to demonstrate that the sqlite3_unlock_notify()"
Dnotify3.test12 # focus of this file is testing the sqlite3_unlock_notify() API.
/external/sqlite/dist/orig/
Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
Dsqlite3.h6626 SQLITE_API int sqlite3_unlock_notify(
Dsqlite3.c7176 SQLITE_API int sqlite3_unlock_notify(
91408 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
91768 sqlite3_unlock_notify,
115638 SQLITE_API int sqlite3_unlock_notify(
/external/sqlite/dist/
Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
Dsqlite3.h6626 SQLITE_API int sqlite3_unlock_notify(
Dsqlite3.c7176 SQLITE_API int sqlite3_unlock_notify(
91444 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
91804 sqlite3_unlock_notify,
115674 SQLITE_API int sqlite3_unlock_notify(
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h6194 SQLITE_API int sqlite3_unlock_notify(
Dsqlite3.c6737 SQLITE_API int sqlite3_unlock_notify(
87100 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
87453 sqlite3_unlock_notify,
110271 SQLITE_API int sqlite3_unlock_notify(