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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile199 sqlite3_unlock_notify.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h576 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h9338 ** sqlite3_unlock_notify() method with the blocked connection handle as
9344 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9346 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9348 ** from within the call to sqlite3_unlock_notify().)^
9356 ** blocked connection. If sqlite3_unlock_notify() is called when the
9358 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9368 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9399 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9400 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9415 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c9651 ** sqlite3_unlock_notify() method with the blocked connection handle as
9657 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
9659 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
9661 ** from within the call to sqlite3_unlock_notify().)^
9669 ** blocked connection. If sqlite3_unlock_notify() is called when the
9671 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
9681 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
9712 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
9713 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
9728 ** always appropriate to call sqlite3_unlock_notify()
136048 #define sqlite3_unlock_notify macro
183400 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1806 int sqlite3_unlock_notify(
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3541 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){

Completed in 819 milliseconds