HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_unlock_notify (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 586 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
sqlite3.c 10102 ** sqlite3_unlock_notify() method with the blocked connection handle as
10108 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
10110 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
10112 ** from within the call to sqlite3_unlock_notify().)^
10120 ** blocked connection. If sqlite3_unlock_notify() is called when the
10122 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
10132 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
10163 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
10164 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
10179 ** always appropriate to call sqlite3_unlock_notify(). There is however
142806 #define sqlite3_unlock_notify macro
192453 SQLITE_API int sqlite3_unlock_notify( function
    [all...]

Completed in 91 milliseconds