OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nReaders
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
os_win.c
89
int
nReaders
; /* Number of reader locks obtained */
441
if (pFile->local.
nReaders
){
442
pFile->shared->
nReaders
--;
487
if (pFile->shared->
nReaders
== 0 && pFile->shared->bExclusive == 0){
498
pFile->local.
nReaders
++;
499
if (pFile->local.
nReaders
== 1){
500
pFile->shared->
nReaders
++;
559
else if (pFile->local.
nReaders
){
561
pFile->local.
nReaders
--;
562
if (pFile->local.
nReaders
== 0
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 58 milliseconds