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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h505 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h7867 ** sqlite3_unlock_notify() method with the blocked connection handle as
7873 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7875 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7877 ** from within the call to sqlite3_unlock_notify().)^
7885 ** blocked connection. If sqlite3_unlock_notify() is called when the
7887 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7897 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7928 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7929 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7944 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c8891 ** sqlite3_unlock_notify() method with the blocked connection handle as
8897 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
8899 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
8901 ** from within the call to sqlite3_unlock_notify().)^
8909 ** blocked connection. If sqlite3_unlock_notify() is called when the
8911 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
8921 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
8952 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
8953 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
8968 ** always appropriate to call sqlite3_unlock_notify()
113770 #define sqlite3_unlock_notify macro
147706 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h505 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h7867 ** sqlite3_unlock_notify() method with the blocked connection handle as
7873 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7875 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7877 ** from within the call to sqlite3_unlock_notify().)^
7885 ** blocked connection. If sqlite3_unlock_notify() is called when the
7887 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7897 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7928 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7929 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7944 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c8891 ** sqlite3_unlock_notify() method with the blocked connection handle as
8897 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
8899 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
8901 ** from within the call to sqlite3_unlock_notify().)^
8909 ** blocked connection. If sqlite3_unlock_notify() is called when the
8911 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
8921 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
8952 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
8953 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
8968 ** always appropriate to call sqlite3_unlock_notify()
113770 #define sqlite3_unlock_notify macro
147706 SQLITE_API int sqlite3_unlock_notify( function
[all...]

Completed in 731 milliseconds