OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aReadMark
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
wal.c
327
** There is one entry in
aReadMark
[] for each reader lock. If a reader
328
** holds read-lock K, then the value in
aReadMark
[K] is no greater than
330
** for any
aReadMark
[] means that entry is unused.
aReadMark
[0] is
332
** to avoid having to offset
aReadMark
[] indexs by one. Readers holding
336
** The value of
aReadMark
[K] may only be changed by a thread that
338
**
aReadMark
[K] cannot changed while there is a reader is using that mark
342
** the frame numbers are less than or equal to every
aReadMark
[] that is
343
** in use (that is, every
aReadMark
[j] for which there is a corresponding
344
** WAL_READ_LOCK(j)). New readers (usually) pick the
aReadMark
[] with th
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 51 milliseconds