Searched refs:sqlite3_unlock_notify (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | notify.c | 148 int sqlite3_unlock_notify( in sqlite3_unlock_notify() function
|
D | loadext.c | 362 sqlite3_unlock_notify,
|
D | test_thread.c | 450 rc = sqlite3_unlock_notify(db, unlock_notify_cb, (void *)&un); in wait_for_unlock_notify()
|
D | sqlite3ext.h | 411 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
|
D | sqlite.h.in | 6097 ** 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 …]
|
D | tclsqlite.c | 2757 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()
|
D | test1.c | 5192 rc = sqlite3_unlock_notify(db, test_unlock_notify_cb, (void *)interp); in test_unlock_notify()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | notify1.test | 12 # 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
|
D | notify2.test | 21 # 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()"
|
D | notify3.test | 12 # focus of this file is testing the sqlite3_unlock_notify() API.
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
|
D | sqlite3.h | 6626 SQLITE_API int sqlite3_unlock_notify(
|
D | sqlite3.c | 7176 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/ |
D | sqlite3ext.h | 435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
|
D | sqlite3.h | 6626 SQLITE_API int sqlite3_unlock_notify(
|
D | sqlite3.c | 7176 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/ |
D | sqlite3.h | 6194 SQLITE_API int sqlite3_unlock_notify(
|
D | sqlite3.c | 6737 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(
|