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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9320 ** PENDING_LOCK may not be passed directly to sqlite3OsLock(). Instead, a
9328 #define PENDING_LOCK 3 macro
9346 ** A PENDING_LOCK is obtained by locking a designated byte different from
23117 ** (3) PENDING_LOCK
23162 assert( locktype!=PENDING_LOCK );
23165 /* Lock the PENDING_LOCK byte if we need to acquire a PENDING lock or
23167 ** the PENDING_LOCK byte is temporary.
23215 newLocktype = PENDING_LOCK;
23360 if( type>=PENDING_LOCK ){
25507 case PENDING_LOCK
[all...]

Completed in 347 milliseconds