Searched defs:gotPendingLock (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
23242 gotPendingLock = 1;
23277 gotPendingLock = 0;
23305 if( gotPendingLock && locktype==SHARED_LOCK ){
34052 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23202 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
23242 gotPendingLock = 1;
23277 gotPendingLock = 0;
23305 if( gotPendingLock && locktype==SHARED_LOCK ){
34080 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]

Completed in 887 milliseconds