OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAL_READ_LOCK
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
wal.c
280
#define
WAL_READ_LOCK
(I) (3+(I))
333
**
WAL_READ_LOCK
(0) always ignore the entire WAL and read all content
337
** is holding an exclusive lock on
WAL_READ_LOCK
(K). Thus, the value of
339
** since the reader will be holding a shared lock on
WAL_READ_LOCK
(K).
344
**
WAL_READ_LOCK
(j)). New readers (usually) pick the aReadMark[] with the
356
** (in other words, if there are no
WAL_READ_LOCK
(i) where i>0) then
743
lockIdx-
WAL_READ_LOCK
(0));
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 318 milliseconds