Searched refs:sqlite3_unlock_notify (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6485 ** sqlite3_unlock_notify() method with the blocked connection handle as
6491 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6493 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6495 ** from within the call to sqlite3_unlock_notify().)^
6503 ** blocked connection. If sqlite3_unlock_notify() is called when the
6505 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6515 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6546 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6547 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6562 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7035 ** sqlite3_unlock_notify() method with the blocked connection handle as
7041 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7043 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7045 ** from within the call to sqlite3_unlock_notify().)^
7053 ** blocked connection. If sqlite3_unlock_notify() is called when the
7055 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7065 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7096 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7097 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7112 ** always appropriate to call sqlite3_unlock_notify()
91282 #define sqlite3_unlock_notify macro
115383 SQLITE_API int sqlite3_unlock_notify( function
[all...]

Completed in 407 milliseconds