Searched refs:sqlite3_unlock_notify (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A 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
|
| H A D | notify2.test | 21 # it is just a demonstration of how the sqlite3_unlock_notify() function 247 puts "The following test seeks to demonstrate that the sqlite3_unlock_notify()"
|
| H A D | notify3.test | 12 # focus of this file is testing the sqlite3_unlock_notify() API.
|
| /sqlite-3.40.0/src/ |
| H A D | notify.c | 148 int sqlite3_unlock_notify( in sqlite3_unlock_notify() function
|
| H A D | loadext.c | 368 sqlite3_unlock_notify,
|
| H A D | test_thread.c | 455 rc = sqlite3_unlock_notify(db, unlock_notify_cb, (void *)&un); in wait_for_unlock_notify()
|
| H A D | sqlite3ext.h | 569 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
|
| H A D | sqlite.h.in | 9083 ** sqlite3_unlock_notify() method with the blocked connection handle as 9089 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application, 9093 ** from within the call to sqlite3_unlock_notify().)^ 9101 ** blocked connection. If sqlite3_unlock_notify() is called when the 9103 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is 9113 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always 9144 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock 9145 ** detection. ^If a given call to sqlite3_unlock_notify() would put the 9160 ** always appropriate to call sqlite3_unlock_notify(). There is however, 9165 ** sqlite3_unlock_notify() results in the unlock-notify callback being [all …]
|
| H A D | tclsqlite.c | 3514 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()
|
| H A D | test1.c | 6932 rc = sqlite3_unlock_notify(db, test_unlock_notify_cb, (void *)interp); in test_unlock_notify()
|