OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_unlock_notify
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
206
sqlite3_unlock_notify
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
586
#define
sqlite3_unlock_notify
sqlite3_api->unlock_notify
macro
sqlite3.h
9781
**
sqlite3_unlock_notify
() method with the blocked connection handle as
9787
** ^(If
sqlite3_unlock_notify
() is called in a multi-threaded application,
9789
** concluded its transaction by the time
sqlite3_unlock_notify
() is invoked.
9791
** from within the call to
sqlite3_unlock_notify
().)^
9799
** blocked connection. If
sqlite3_unlock_notify
() is called when the
9801
** then the new callback replaces the old.)^ ^If
sqlite3_unlock_notify
() is
9811
** ^Unless deadlock is detected (see below),
sqlite3_unlock_notify
() always
9842
** To avoid this scenario, the
sqlite3_unlock_notify
() performs deadlock
9843
** detection. ^If a given call to
sqlite3_unlock_notify
() would put the
9858
** always appropriate to call
sqlite3_unlock_notify
(). There is however
[
all
...]
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
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
4044
if(
sqlite3_unlock_notify
(pDb->db, xNotify, pNotifyArg) ){
Completed in 113 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026