Searched refs:getReadLock (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c258 static int getReadLock( os2File *pFile ){ function
370 res = getReadLock(pFile);
416 getReadLock(pFile);
520 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
523 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
H A Dos_win.c905 static int getReadLock(winFile *pFile){ function
1029 res = getReadLock(pFile);
1068 getReadLock(pFile);
1143 if( locktype==SHARED_LOCK && !getReadLock(pFile) ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22270 static int getReadLock( os2File *pFile ){ function
22382 res = getReadLock(pFile);
22428 getReadLock(pFile);
22532 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
22535 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
32024 static int getReadLock(winFile *pFile){ function
[all...]

Completed in 223 milliseconds