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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c23141 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
23181 gotPendingLock = 1;
23216 gotPendingLock = 0;
23244 if( gotPendingLock && locktype==SHARED_LOCK ){
33936 int gotPendingLock = 0;/* True if we acquired a PENDING lock this time */ local
[all...]

Completed in 358 milliseconds