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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6534 ** sqlite3_unlock_notify() method with the blocked connection handle as
6540 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6542 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6544 ** from within the call to sqlite3_unlock_notify().)^
6552 ** blocked connection. If sqlite3_unlock_notify() is called when the
6554 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6564 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6595 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6596 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6611 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7084 ** sqlite3_unlock_notify() method with the blocked connection handle as
7090 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7092 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7094 ** from within the call to sqlite3_unlock_notify().)^
7102 ** blocked connection. If sqlite3_unlock_notify() is called when the
7104 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7114 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7145 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7146 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7161 ** always appropriate to call sqlite3_unlock_notify()
91408 #define sqlite3_unlock_notify macro
115638 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6534 ** sqlite3_unlock_notify() method with the blocked connection handle as
6540 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6542 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6544 ** from within the call to sqlite3_unlock_notify().)^
6552 ** blocked connection. If sqlite3_unlock_notify() is called when the
6554 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6564 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6595 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6596 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6611 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7084 ** sqlite3_unlock_notify() method with the blocked connection handle as
7090 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7092 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7094 ** from within the call to sqlite3_unlock_notify().)^
7102 ** blocked connection. If sqlite3_unlock_notify() is called when the
7104 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7114 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7145 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7146 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7161 ** always appropriate to call sqlite3_unlock_notify()
91421 #define sqlite3_unlock_notify macro
115666 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h5379 ** sqlite3_unlock_notify() method with the blocked connection handle as
5385 ** If sqlite3_unlock_notify() is called in a multi-threaded application,
5387 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
5389 ** from within the call to sqlite3_unlock_notify().
5397 ** blocked connection. If sqlite3_unlock_notify() is called when the
5399 ** then the new callback replaces the old. If sqlite3_unlock_notify() is
5409 ** Unless deadlock is detected (see below), sqlite3_unlock_notify() always
5440 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
5441 ** detection. If a given call to sqlite3_unlock_notify() would put the
5456 ** always appropriate to call sqlite3_unlock_notify()
[all...]

Completed in 346 milliseconds